summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2017-08-16 15:05:32 -0700
committerStan Hu <stanhu@gmail.com>2017-09-05 09:22:48 -0700
commit7f012213ad60581fd319aaa0f3c0b5eb0cc4ae61 (patch)
tree43fad3c327b8a788f2fea0bfafd6985f8419dd5d /Gemfile
parentb5a06c609915a5321a5f35b7915dbb6744a54285 (diff)
downloadgitlab-ce-7f012213ad60581fd319aaa0f3c0b5eb0cc4ae61.tar.gz
Bump jira-ruby gem to 1.4.1 to fix issues with HTTP proxies
Previous versions of jira-ruby gem would generate erroneous URLs when an HTTP proxy were confused via the `http_proxy` environment variables: https://github.com/sumoheavy/jira-ruby/issues/250 Closes gitlab-org/gitlab-ee#3125
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 61c941ae449..5b551005c6e 100644
--- a/Gemfile
+++ b/Gemfile
@@ -181,7 +181,7 @@ gem 'connection_pool', '~> 2.0'
gem 'hipchat', '~> 1.5.0'
# JIRA integration
-gem 'jira-ruby', '~> 1.1.2'
+gem 'jira-ruby', '~> 1.4'
# Flowdock integration
gem 'gitlab-flowdock-git-hook', '~> 1.0.1'