debian-mirror-gitlab/debian/patches/0102-loosen-octokit.patch

14 lines
302 B
Diff
Raw Normal View History

2015-10-01 10:02:40 +05:30
Index: gitlab/Gemfile
===================================================================
--- gitlab.orig/Gemfile
+++ gitlab/Gemfile
2015-12-23 02:32:54 +05:30
@@ -294,7 +294,7 @@ end
gem "newrelic_rpm", '~> 3.9.4.245'
gem 'newrelic-grape'
2015-10-01 10:02:40 +05:30
-gem 'octokit', '~> 3.7.0'
+gem 'octokit', '~> 3.7'
2015-10-24 20:10:10 +05:30
gem "mail_room", "~> 0.6.1"
2015-10-01 10:02:40 +05:30