diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-07-06 20:57:37 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-07-06 20:57:37 +0000 |
commit | c9793ebaf614ba73156b9c8e80e972e09bd802b9 (patch) | |
tree | 0eb6a45346db0bc9975f235fc36dc0b1649bd8b5 /www/gitlab/files/patch-Gemfile | |
parent | 68844764fde318f623413fafed9a3e1e8b06e248 (diff) |
Notes
Diffstat (limited to 'www/gitlab/files/patch-Gemfile')
-rw-r--r-- | www/gitlab/files/patch-Gemfile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/www/gitlab/files/patch-Gemfile b/www/gitlab/files/patch-Gemfile index a061d9bac077..cc6c579afb62 100644 --- a/www/gitlab/files/patch-Gemfile +++ b/www/gitlab/files/patch-Gemfile @@ -161,8 +161,12 @@ # Cache gem 'redis-rails', '~> 5.0.1' -@@ -173,7 +168,7 @@ gem 'connection_pool', '~> 2.0' - gem 'hipchat', '~> 1.5.0' +@@ -170,10 +165,10 @@ gem 'redis', '~> 3.2' + gem 'connection_pool', '~> 2.0' + + # HipChat integration +-gem 'hipchat', '~> 1.5.0' ++gem 'hipchat', '~> 1.5' # JIRA integration -gem 'jira-ruby', '~> 1.1.2' |