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

14 lines
304 B
Diff
Raw Normal View History

2015-10-01 10:02:40 +05:30
Index: gitlab/Gemfile
===================================================================
--- gitlab.orig/Gemfile
+++ gitlab/Gemfile
@@ -221,7 +221,7 @@ end
#gem "newrelic_rpm", '~> 3.9.4.245'
#gem 'newrelic-grape'
-gem 'octokit', '~> 3.7.0'
+gem 'octokit', '~> 3.7'
gem "mail_room", "~> 0.5.2"