diff options
author | Rodney Quillo <imcocoy@gmail.com> | 2013-11-30 19:31:26 +0800 |
---|---|---|
committer | Rodney Quillo <imcocoy@gmail.com> | 2013-11-30 19:31:26 +0800 |
commit | 5499d2163f639d07d043e21236b9088471436cb6 (patch) | |
tree | 8b23e20fc3714d40cc21010a7d20f1e067a6eba2 /Gemfile | |
parent | 477e9f87e14a8b7a04355453283d49e4e14fcafb (diff) | |
download | gitlab-ce-5499d2163f639d07d043e21236b9088471436cb6.tar.gz |
Fix #5313 hipchat 0.14.0 to use http_proxy
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |