Fix patch 0110-make-test-dependencies-conditional.patch

This commit is contained in:
Sruthi Chandran 2019-10-17 21:39:42 +05:30
parent 7fe7a8335d
commit 7ea420d238

View file

@ -9,3 +9,13 @@
gem 'bullet', '~> 5.5', require: !!ENV['ENABLE_BULLET']
gem 'pry-byebug', '~> 3.5', '>= 3.5.1', platform: :mri
gem 'pry-rails', '~> 0.3.4'
@@ -365,9 +365,7 @@
gem 'simple_po_parser', '~> 1.1', '>= 1.1.2', require: false
gem 'timecop', '~> 0.8.0'
-end
-group :test do
gem 'shoulda-matchers', '~> 4.0', '>= 4.0.1', require: false
gem 'email_spec', '~> 2.2'
gem 'json-schema', '~> 2.8'