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.
Showing
... | ... | @@ -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" | ||
... | ... |
Please register or sign in to comment