Commit 12dbd0a4137546026a7a1f606510627f262d6dc0
Exists in
spb-stable
and in
3 other branches
Merge pull request #5735 from cocoy/fix_5313
Fix #5313 hipchat 0.14.0 to use http_proxy
Showing
2 changed files
with
3 additions
and
3 deletions
Show diff stats
Gemfile
Gemfile.lock
... | ... | @@ -241,7 +241,7 @@ GEM |
241 | 241 | railties (~> 4.0.0) |
242 | 242 | hashie (2.0.5) |
243 | 243 | hike (1.2.3) |
244 | - hipchat (0.9.0) | |
244 | + hipchat (0.14.0) | |
245 | 245 | httparty |
246 | 246 | httparty |
247 | 247 | http_parser.rb (0.5.3) |
... | ... | @@ -604,7 +604,7 @@ DEPENDENCIES |
604 | 604 | guard-rspec |
605 | 605 | guard-spinach |
606 | 606 | haml-rails |
607 | - hipchat (~> 0.9.0) | |
607 | + hipchat (~> 0.14.0) | |
608 | 608 | httparty |
609 | 609 | jasmine (= 2.0.0.rc5) |
610 | 610 | jquery-atwho-rails (~> 0.3.3) | ... | ... |