diff options
author | Rodney Quillo <imcocoy@gmail.com> | 2013-11-30 19:31:26 +0800 |
---|---|---|
committer | Rodney Quillo <imcocoy@gmail.com> | 2013-11-30 19:31:26 +0800 |
commit | 5499d2163f639d07d043e21236b9088471436cb6 (patch) | |
tree | 8b23e20fc3714d40cc21010a7d20f1e067a6eba2 /Gemfile.lock | |
parent | 477e9f87e14a8b7a04355453283d49e4e14fcafb (diff) | |
download | gitlab-ce-5499d2163f639d07d043e21236b9088471436cb6.tar.gz |
Fix #5313 hipchat 0.14.0 to use http_proxy
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index f6b9f174a08..c71b5b7807d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -227,7 +227,7 @@ GEM railties (>= 3.1, < 4.1) hashie (1.2.0) hike (1.2.3) - hipchat (0.9.0) + hipchat (0.14.0) httparty httparty http_parser.rb (0.5.3) @@ -588,7 +588,7 @@ DEPENDENCIES guard-rspec guard-spinach haml-rails - hipchat (~> 0.9.0) + hipchat (~> 0.14.0) httparty jasmine jquery-atwho-rails (= 0.3.0) |