Merge branch 'sh-bump-jira-gem' into 'master'
Bump jira-ruby gem to 1.4.1 to fix issues with HTTP proxies Closes gitlab-ee#3125 See merge request !13617
This commit is contained in:
commit
b8b4993805
3 changed files with 9 additions and 3 deletions
2
Gemfile
2
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'
|
||||
|
|
|
@ -404,8 +404,9 @@ GEM
|
|||
cause
|
||||
json
|
||||
ipaddress (0.8.3)
|
||||
jira-ruby (1.1.2)
|
||||
jira-ruby (1.4.1)
|
||||
activesupport
|
||||
multipart-post
|
||||
oauth (~> 0.5, >= 0.5.0)
|
||||
jquery-atwho-rails (1.3.2)
|
||||
jquery-rails (4.1.1)
|
||||
|
@ -1042,7 +1043,7 @@ DEPENDENCIES
|
|||
html2text
|
||||
httparty (~> 0.13.3)
|
||||
influxdb (~> 0.2)
|
||||
jira-ruby (~> 1.1.2)
|
||||
jira-ruby (~> 1.4)
|
||||
jquery-atwho-rails (~> 1.3.2)
|
||||
jquery-rails (~> 4.1.0)
|
||||
json-schema (~> 2.6.2)
|
||||
|
|
5
changelogs/unreleased/sh-bump-jira-gem.yml
Normal file
5
changelogs/unreleased/sh-bump-jira-gem.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Bump jira-ruby gem to 1.4.1 to fix issues with HTTP proxies
|
||||
merge_request:
|
||||
author:
|
||||
type: fixed
|
Loading…
Reference in a new issue