debian-mirror-gitlab/debian/patches/0220-relax-webmock.patch

12 lines
392 B
Diff
Raw Normal View History

2017-07-18 14:06:36 +05:30
--- a/Gemfile
+++ b/Gemfile
2019-05-18 01:04:41 +05:30
@@ -365,7 +365,7 @@ if ENV["INCLUDE_TEST_DEPENDS"] == "true"
2019-02-15 18:28:22 +05:30
gem 'shoulda-matchers', '~> 3.1', '>= 3.1.2', require: false
gem 'email_spec', '~> 2.2'
gem 'json-schema', '~> 2.8'
2019-05-18 01:04:41 +05:30
- gem 'webmock', '~> 3.5', '>= 3.5.1'
+ gem 'webmock', '>= 3.5.1'
2019-02-15 18:28:22 +05:30
gem 'rails-controller-testing'
gem 'sham_rack', '~> 1.3', '>= 1.3.6'
gem 'concurrent-ruby', '~> 1.1'