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

21 lines
566 B
Diff
Raw Normal View History

2017-07-18 14:06:36 +05:30
--- a/Gemfile
+++ b/Gemfile
2017-08-17 23:00:15 +05:30
@@ -252,7 +252,7 @@
gem 'request_store', '~> 1.3'
gem 'select2-rails', '~> 3.5', '>= 3.5.9'
gem 'virtus', '~> 1.0', '>= 1.0.1'
-gem 'net-ssh', '~> 3.0', '>= 3.0.1'
+gem 'net-ssh', '~> 4.0'
gem 'base32', '~> 0.3.0'
2017-07-30 16:12:49 +05:30
# Sentry integration
2017-08-17 23:00:15 +05:30
@@ -277,7 +277,7 @@
gem 'shoulda-matchers', '~> 2.8.0', require: false
gem 'email_spec', '~> 1.6.0'
gem 'json-schema', '~> 2.6.2'
- gem 'webmock', '~> 1.24.0'
+ gem 'webmock', '>= 1.24.0'
gem 'test_after_commit', '~> 1.1'
gem 'sham_rack', '~> 1.3.6'
2017-07-18 15:16:42 +05:30
gem 'timecop', '~> 0.8.0'