From 06ef2a4c6362b056325d5df07bb6761f84c8ac60 Mon Sep 17 00:00:00 2001 From: Pau Perez Date: Mon, 16 Apr 2018 15:36:03 +0200 Subject: [PATCH] Remove commented out gem from Gemfile --- Gemfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Gemfile b/Gemfile index feb780db3b..c957fd4b4e 100644 --- a/Gemfile +++ b/Gemfile @@ -18,7 +18,6 @@ gem 'spree_auth_devise', github: 'spree/spree_auth_devise', branch: '2-0-stable' # Our branch contains two changes # - Pass customer email and phone number to PayPal (merged to upstream master) # - Change type of password from string to password to hide it in the form -# gem 'spree_paypal_express' gem 'spree_paypal_express', github: "spree-contrib/better_spree_paypal_express", branch: "2-0-stable" gem 'stripe', '~> 3.3.1' gem 'activemerchant'