From 630e61ee5a986ab02a0b8da9bd4483cd088a74de Mon Sep 17 00:00:00 2001 From: Pau Perez Date: Thu, 10 Aug 2017 12:17:56 +0200 Subject: [PATCH] Go back to the Spree's branch we use for step6 The fix introduced with https://github.com/coopdevs/spree/pull/2 was already merged so we can point back to the `spree-upgrade-step-6` branch. --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index a38aaa1110..32983d2b8e 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem 'i18n-js', '~> 3.0.0' gem 'nokogiri', '>= 1.6.7.1' gem 'pg' -gem 'spree', github: 'coopdevs/spree', branch: 'fix-odd-even' +gem 'spree', github: 'coopdevs/spree', branch: 'spree-upgrade-step-6' gem 'spree_i18n', github: 'spree/spree_i18n', branch: '1-3-stable' gem 'spree_auth_devise', github: 'openfoodfoundation/spree_auth_devise', branch: 'spree-upgrade-intermediate' diff --git a/Gemfile.lock b/Gemfile.lock index 66aaca9410..9d5300b5e1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,8 +8,8 @@ GIT GIT remote: git://github.com/coopdevs/spree.git - revision: 3cd52439c3f78fb4fd6e5d72a4623bc8ff96d32b - branch: fix-odd-even + revision: 598cae8456260073cc0bcf85004b67fb02b8724c + branch: spree-upgrade-step-6 specs: spree (1.3.99) spree_api (= 1.3.99) @@ -778,4 +778,4 @@ RUBY VERSION ruby 2.1.5p273 BUNDLED WITH - 1.15.2 + 1.15.3