From 4e227873865db51c2a403a6f700cfd25567e2c38 Mon Sep 17 00:00:00 2001 From: Pau Perez Date: Fri, 7 Aug 2020 17:20:14 +0200 Subject: [PATCH] Fix docs OCD in Gemfile @luisramos0 and I can't cope with reading TWO and seeing THREE items listed. --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index fd3f7aaacc..d18f0fab6d 100644 --- a/Gemfile +++ b/Gemfile @@ -39,7 +39,7 @@ gem 'stringex', '~> 1.5.1' gem 'spree_i18n', github: 'spree/spree_i18n', branch: '1-3-stable' -# Our branch contains two changes +# Our branch contains the following 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 # - Skip CA cert file and use the ones provided by the OS