Commit 5499d2163f639d07d043e21236b9088471436cb6

Authored by Rodney Quillo
1 parent 477e9f87

Fix #5313 hipchat 0.14.0 to use http_proxy

Showing 2 changed files with 3 additions and 3 deletions   Show diff stats
@@ -110,7 +110,7 @@ gem "redis-rails" @@ -110,7 +110,7 @@ gem "redis-rails"
110 gem 'tinder', '~> 1.9.2' 110 gem 'tinder', '~> 1.9.2'
111 111
112 # HipChat integration 112 # HipChat integration
113 -gem "hipchat", "~> 0.9.0" 113 +gem "hipchat", "~> 0.14.0"
114 114
115 # Flowdock integration 115 # Flowdock integration
116 gem "gitlab-flowdock-git-hook", "~> 0.4.2" 116 gem "gitlab-flowdock-git-hook", "~> 0.4.2"
@@ -227,7 +227,7 @@ GEM @@ -227,7 +227,7 @@ GEM
227 railties (>= 3.1, < 4.1) 227 railties (>= 3.1, < 4.1)
228 hashie (1.2.0) 228 hashie (1.2.0)
229 hike (1.2.3) 229 hike (1.2.3)
230 - hipchat (0.9.0) 230 + hipchat (0.14.0)
231 httparty 231 httparty
232 httparty 232 httparty
233 http_parser.rb (0.5.3) 233 http_parser.rb (0.5.3)
@@ -588,7 +588,7 @@ DEPENDENCIES @@ -588,7 +588,7 @@ DEPENDENCIES
588 guard-rspec 588 guard-rspec
589 guard-spinach 589 guard-spinach
590 haml-rails 590 haml-rails
591 - hipchat (~> 0.9.0) 591 + hipchat (~> 0.14.0)
592 httparty 592 httparty
593 jasmine 593 jasmine
594 jquery-atwho-rails (= 0.3.0) 594 jquery-atwho-rails (= 0.3.0)