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 | |
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')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -158,7 +158,7 @@ gem "slack-notifier", "~> 1.0.0" gem 'asana', '~> 0.0.6' # FogBugz integration -gem 'ruby-fogbugz' +gem 'ruby-fogbugz', '~> 0.2.0' # d3 gem 'd3_rails', '~> 3.5.5' |