diff options
author | Doug Goldstein <cardoe@cardoe.com> | 2014-11-08 23:12:14 -0600 |
---|---|---|
committer | Doug Goldstein <cardoe@cardoe.com> | 2014-11-19 21:26:58 -0600 |
commit | 2f3df4cb567a6f14b5a0e161084c2f4cf6fbf764 (patch) | |
tree | f2feeddb8c440decf3d2299ae73a0064f5b915c7 /Gemfile.lock | |
parent | 20cd7a50be263f954ffc7157892e94aa09f78d04 (diff) | |
download | gitlab-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.lock')
-rw-r--r-- | Gemfile.lock | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 938ce560620..b6c1dcfa331 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -235,8 +235,7 @@ GEM railties (>= 4.0.1) hashie (2.1.2) hike (1.2.3) - hipchat (0.14.0) - httparty + hipchat (1.4.0) httparty html-pipeline (1.11.0) activesupport (>= 2) @@ -636,7 +635,7 @@ DEPENDENCIES guard-rspec guard-spinach haml-rails - hipchat (~> 0.14.0) + hipchat (~> 1.4.0) html-pipeline-gitlab (~> 0.1.0) httparty jasmine (= 2.0.2) |