From 29f32604f24812644a437c3e51995e014b219544 Mon Sep 17 00:00:00 2001 From: Maikel Linke Date: Fri, 29 Mar 2019 13:40:51 +1100 Subject: [PATCH] Relax stripe version requirement We are using the latest version of the `stripe` gem. We don't depend on any particular version. I'm proposing to drop our dependency declaration on a particular version and just track the current used version in Gemfile.lock. That means fewer code changes when updating, which happens quite frequently with this gem. --- Gemfile | 2 +- Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index bbf20b4196..374f59ac6a 100644 --- a/Gemfile +++ b/Gemfile @@ -23,7 +23,7 @@ gem 'spree_auth_devise', github: 'openfoodfoundation/spree_auth_devise', branch: # - Change type of password from string to password to hide it in the form gem 'spree_paypal_express', github: "openfoodfoundation/better_spree_paypal_express", branch: "spree-upgrade-intermediate" #gem 'spree_paypal_express', github: "spree-contrib/better_spree_paypal_express", branch: "1-3-stable" -gem 'stripe', '~> 4.11.0' +gem 'stripe' # We need at least this version to have Digicert's root certificate # which is needed for Pin Payments (and possibly others). gem 'activemerchant', '~> 1.78' diff --git a/Gemfile.lock b/Gemfile.lock index 7b0b7b88e1..d2498638ed 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -865,7 +865,7 @@ DEPENDENCIES spree_paypal_express! spring (= 1.7.2) spring-commands-rspec - stripe (~> 4.11.0) + stripe therubyracer (= 0.12.0) timecop truncate_html