2016-01-20 00:51:50 +05:30
|
|
|
Bug: https://gitlab.com/gitlab-org/gitlab-ce/issues/2877
|
|
|
|
|
2015-10-01 10:02:40 +05:30
|
|
|
Index: gitlab/Gemfile
|
|
|
|
===================================================================
|
|
|
|
--- gitlab.orig/Gemfile
|
|
|
|
+++ gitlab/Gemfile
|
2016-02-05 20:36:43 +05:30
|
|
|
@@ -226,7 +226,7 @@ group :production do
|
2016-01-29 23:10:24 +05:30
|
|
|
gem 'sentry-raven'
|
2016-01-14 19:11:10 +05:30
|
|
|
end
|
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
|
|
|
|