Don't load stringex gem by default in gemfile

This commit is contained in:
Matt-Yorkley
2022-01-15 12:10:40 +00:00
parent 7062cab31f
commit 7be31c74a7

View File

@@ -43,7 +43,7 @@ gem 'json'
gem 'monetize', '~> 1.11'
gem 'paranoia', '~> 2.4'
gem 'state_machines-activerecord'
gem 'stringex', '~> 2.8.5'
gem 'stringex', '~> 2.8.5', require: false
gem 'paypal-sdk-merchant', '1.117.2'
gem 'stripe'