diff options
author | Jared Szechy <jared.szechy@gmail.com> | 2015-09-15 15:23:30 -0400 |
---|---|---|
committer | Jared Szechy <jared.szechy@gmail.com> | 2015-09-15 15:23:30 -0400 |
commit | 93bb8f14ef2b19128c078250b36c62f681f30ee0 (patch) | |
tree | 48b265846815226a3376ed4ec2d995debf176b35 /Gemfile.lock | |
parent | bc10a48c9789ab193177e6b2443e29e31cf539e5 (diff) | |
download | gitlab-ce-93bb8f14ef2b19128c078250b36c62f681f30ee0.tar.gz |
Use fixed version of fogbugz gem
This allows us to properly handle authentication errors.
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 29f7213bd67..4f16e14c897 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -575,8 +575,8 @@ GEM powerpack (~> 0.0.6) rainbow (>= 1.99.1, < 3.0) ruby-progressbar (~> 1.4) - ruby-fogbugz (0.1.1) - crack + ruby-fogbugz (0.2.0) + crack (~> 0.4) ruby-progressbar (1.7.1) ruby-saml (1.0.0) nokogiri (>= 1.5.10) @@ -849,7 +849,7 @@ DEPENDENCIES rqrcode-rails3 rspec-rails (~> 3.3.0) rubocop (= 0.28.0) - ruby-fogbugz + ruby-fogbugz (~> 0.2.0) sanitize (~> 2.0) sass-rails (~> 4.0.5) sdoc |