diff --git a/Gemfile b/Gemfile index 59b5dcf62a..1de6fd89bb 100644 --- a/Gemfile +++ b/Gemfile @@ -29,7 +29,7 @@ gem 'money', '< 6.1.0' gem 'paranoia', '~> 2.0' gem 'ransack', '~> 1.8.10' gem 'state_machines-activerecord' -gem 'stringex', '~> 1.5.1' +gem 'stringex', '~> 2.8.5' gem 'spree_i18n', github: 'openfoodfoundation/spree_i18n', branch: '1-3-stable' diff --git a/Gemfile.lock b/Gemfile.lock index 05ead18e7f..47905ce466 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -674,7 +674,7 @@ GEM state_machines-activerecord (0.6.0) activerecord (>= 4.1) state_machines-activemodel (>= 0.5.0) - stringex (1.5.1) + stringex (2.8.5) stripe (5.28.0) temple (0.8.2) test-prof (0.7.5) @@ -825,7 +825,7 @@ DEPENDENCIES spring spring-commands-rspec state_machines-activerecord - stringex (~> 1.5.1) + stringex (~> 2.8.5) stripe test-prof test-unit (~> 3.3)