loosen octokit
This commit is contained in:
parent
891ece063b
commit
f12a732161
2 changed files with 14 additions and 0 deletions
13
debian/patches/0102-loosen-octokit.patch
vendored
Normal file
13
debian/patches/0102-loosen-octokit.patch
vendored
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
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"
|
||||||
|
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
|
@ -37,3 +37,4 @@ loosen-rails-version.patch
|
||||||
0037-loosen-request-store.patch
|
0037-loosen-request-store.patch
|
||||||
0100-remove-development-test.patch
|
0100-remove-development-test.patch
|
||||||
0101-disable-newrelic.patch
|
0101-disable-newrelic.patch
|
||||||
|
0102-loosen-octokit.patch
|
||||||
|
|
Loading…
Reference in a new issue