Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJared Szechy <jared.szechy@gmail.com>2015-09-15 22:23:30 +0300
committerJared Szechy <jared.szechy@gmail.com>2015-09-15 22:23:30 +0300
commit93bb8f14ef2b19128c078250b36c62f681f30ee0 (patch)
tree48b265846815226a3376ed4ec2d995debf176b35 /Gemfile
parentbc10a48c9789ab193177e6b2443e29e31cf539e5 (diff)
Use fixed version of fogbugz gem
This allows us to properly handle authentication errors.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index d609ff6610f..5510d7ee639 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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'