summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@cardoe.com>2014-11-08 23:12:14 -0600
committerDoug Goldstein <cardoe@cardoe.com>2014-11-19 21:26:58 -0600
commit2f3df4cb567a6f14b5a0e161084c2f4cf6fbf764 (patch)
treef2feeddb8c440decf3d2299ae73a0064f5b915c7 /Gemfile
parent20cd7a50be263f954ffc7157892e94aa09f78d04 (diff)
downloadgitlab-ce-2f3df4cb567a6f14b5a0e161084c2f4cf6fbf764.tar.gz
HipChat service: correct service name & use v2 API
HipChat refers to their own product camel cased so we should do the same. HipChat no longer recommends people use the deprecated v1 API so switch to using the v2 API by default. hipchat-rb does not yet default to v2 in any version so it must be specified.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 2c4274dcf3d..613ef11cf4d 100644
--- a/Gemfile
+++ b/Gemfile
@@ -134,7 +134,7 @@ gem "redis-rails"
gem 'tinder', '~> 1.9.2'
# HipChat integration
-gem "hipchat", "~> 0.14.0"
+gem "hipchat", "~> 1.4.0"
# Flowdock integration
gem "gitlab-flowdock-git-hook", "~> 0.4.2"