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:
authorJeroen van Baarsen <jeroenvanbaarsen@gmail.com>2015-04-21 12:45:48 +0300
committerJeroen van Baarsen <jeroenvanbaarsen@gmail.com>2015-04-21 12:45:48 +0300
commitd128bc9241a1024a9e1d632555ec1e5306c89623 (patch)
tree2dbdc44bd9ce98d1bb065ed5c4bf3db1ab9d15dc /Gemfile
parent3f73d611cb7f80aafffd5b4526eb0faeebf624f6 (diff)
parent44535f9375ef6335551b0c9640ddad5b9d6de1c9 (diff)
Merge pull request #9058 from chulkilee/upgrade-hipchat
upgrade hipchat
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 1c2a9002204..a9c9c0bdc30 100644
--- a/Gemfile
+++ b/Gemfile
@@ -143,7 +143,7 @@ gem "redis-rails"
gem 'tinder', '~> 1.9.2'
# HipChat integration
-gem "hipchat", "~> 1.4.0"
+gem 'hipchat', '~> 1.5.0'
# Flowdock integration
gem "gitlab-flowdock-git-hook", "~> 0.4.2"