summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorRodney Quillo <imcocoy@gmail.com>2013-11-30 19:31:26 +0800
committerRodney Quillo <imcocoy@gmail.com>2013-11-30 19:31:26 +0800
commit5499d2163f639d07d043e21236b9088471436cb6 (patch)
tree8b23e20fc3714d40cc21010a7d20f1e067a6eba2 /Gemfile
parent477e9f87e14a8b7a04355453283d49e4e14fcafb (diff)
downloadgitlab-ce-5499d2163f639d07d043e21236b9088471436cb6.tar.gz
Fix #5313 hipchat 0.14.0 to use http_proxy
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 198a76a29de..15397b387b5 100644
--- a/Gemfile
+++ b/Gemfile
@@ -110,7 +110,7 @@ gem "redis-rails"
gem 'tinder', '~> 1.9.2'
# HipChat integration
-gem "hipchat", "~> 0.9.0"
+gem "hipchat", "~> 0.14.0"
# Flowdock integration
gem "gitlab-flowdock-git-hook", "~> 0.4.2"