Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-01-11 02:11:29 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-01-11 02:11:29 +0400
commit12dbd0a4137546026a7a1f606510627f262d6dc0 (patch)
tree5d6ac56bbbe3c39943da1a1e5a5a7c94cec844e7 /Gemfile
parent3ce3c305ebac1ae076a2e51df77f7f0ee4034d67 (diff)
parent5499d2163f639d07d043e21236b9088471436cb6 (diff)
Merge pull request #5735 from cocoy/fix_5313
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 0e5261b27e1..51298ea413f 100644
--- a/Gemfile
+++ b/Gemfile
@@ -120,7 +120,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"