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
Showing
... | ... | @@ -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' | ||
... | ... |
Please register or sign in to comment