Commit d128bc92 authored by Jeroen van Baarsen's avatar Jeroen van Baarsen

Merge pull request #9058 from chulkilee/upgrade-hipchat

upgrade hipchat
parents 3f73d611 44535f93
...@@ -143,7 +143,7 @@ gem "redis-rails" ...@@ -143,7 +143,7 @@ gem "redis-rails"
gem 'tinder', '~> 1.9.2' gem 'tinder', '~> 1.9.2'
# HipChat integration # HipChat integration
gem "hipchat", "~> 1.4.0" gem 'hipchat', '~> 1.5.0'
# Flowdock integration # Flowdock integration
gem "gitlab-flowdock-git-hook", "~> 0.4.2" gem "gitlab-flowdock-git-hook", "~> 0.4.2"
......
...@@ -271,8 +271,9 @@ GEM ...@@ -271,8 +271,9 @@ GEM
hashie (2.1.2) hashie (2.1.2)
highline (1.6.21) highline (1.6.21)
hike (1.2.3) hike (1.2.3)
hipchat (1.4.0) hipchat (1.5.0)
httparty httparty
mimemagic
hitimes (1.2.2) hitimes (1.2.2)
html-pipeline (1.11.0) html-pipeline (1.11.0)
activesupport (>= 2) activesupport (>= 2)
...@@ -284,7 +285,7 @@ GEM ...@@ -284,7 +285,7 @@ GEM
mime-types mime-types
sanitize (~> 2.1) sanitize (~> 2.1)
http_parser.rb (0.5.3) http_parser.rb (0.5.3)
httparty (0.13.0) httparty (0.13.3)
json (~> 1.8) json (~> 1.8)
multi_xml (>= 0.5.2) multi_xml (>= 0.5.2)
httpauth (0.2.1) httpauth (0.2.1)
...@@ -329,6 +330,7 @@ GEM ...@@ -329,6 +330,7 @@ GEM
mime-types (>= 1.16, < 3) mime-types (>= 1.16, < 3)
method_source (0.8.2) method_source (0.8.2)
mime-types (1.25.1) mime-types (1.25.1)
mimemagic (0.3.0)
mini_portile (0.6.1) mini_portile (0.6.1)
minitest (5.3.5) minitest (5.3.5)
mousetrap-rails (1.4.6) mousetrap-rails (1.4.6)
...@@ -714,7 +716,7 @@ DEPENDENCIES ...@@ -714,7 +716,7 @@ DEPENDENCIES
guard-rspec guard-rspec
guard-spinach guard-spinach
haml-rails haml-rails
hipchat (~> 1.4.0) hipchat (~> 1.5.0)
html-pipeline-gitlab (~> 0.1) html-pipeline-gitlab (~> 0.1)
httparty httparty
jasmine (= 2.0.2) jasmine (= 2.0.2)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment