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

12 lines
322 B
Diff
Raw Normal View History

2017-07-18 14:06:36 +05:30
--- a/Gemfile
+++ b/Gemfile
2018-03-27 22:49:57 +05:30
@@ -358,7 +358,7 @@
2017-09-10 18:21:32 +05:30
gem 'shoulda-matchers', '~> 3.1.2', require: false
gem 'email_spec', '~> 1.6.0'
2018-03-18 12:27:51 +05:30
gem 'json-schema', '~> 2.8.0'
2017-09-10 18:21:32 +05:30
- gem 'webmock', '~> 2.3.2'
+ gem 'webmock', '>= 2.3.2'
2017-08-17 23:00:15 +05:30
gem 'test_after_commit', '~> 1.1'
2017-09-10 18:21:32 +05:30
gem 'sham_rack', '~> 1.3.6'
2017-07-18 15:16:42 +05:30
gem 'timecop', '~> 0.8.0'