11 lines
453 B
Diff
11 lines
453 B
Diff
--- a/Gemfile
|
|
+++ b/Gemfile
|
|
@@ -362,7 +362,7 @@
|
|
gem 'shoulda-matchers', '~> 3.1.2', require: false
|
|
gem 'email_spec', '~> 1.6.0'
|
|
gem 'json-schema', '~> 2.8.0'
|
|
- gem 'webmock', '~> 2.3.2'
|
|
+ gem 'webmock', '>= 2.3.2'
|
|
gem 'rails-controller-testing' if rails5? # Rails5 only gem.
|
|
gem 'test_after_commit', '~> 1.1' unless rails5? # Remove this gem when migrated to rails 5.0. It's been integrated to rails 5.0.
|
|
gem 'sham_rack', '~> 1.3.6'
|