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

14 lines
353 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 12:03:16 +05:30
@@ -211,7 +211,7 @@ gem 'select2-rails', '~> 3.5.9'
gem 'virtus', '~> 1.0.1'
gem 'net-ssh', '~> 3.0.1'
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