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:
authorFelipe Artur <felipefac@gmail.com>2016-10-20 00:58:48 +0300
committerFelipe Artur <felipefac@gmail.com>2016-10-27 01:03:55 +0300
commit3d7a287c55e456b4fb3c4480147ef9b697a0f42c (patch)
tree64b7c9a30e7ddcc94c0a5b73bd6a185be23114c3 /Gemfile
parentc2d6822e942f86422348fe4ebea7142822e5882c (diff)
Upgrade jira-ruby gem version
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index d3de5dce076..cee1707c405 100644
--- a/Gemfile
+++ b/Gemfile
@@ -162,7 +162,7 @@ gem 'connection_pool', '~> 2.0'
gem 'hipchat', '~> 1.5.0'
# JIRA integration
-gem 'jira-ruby', '~> 1.1.0'
+gem 'jira-ruby', '~> 1.1.2'
# Flowdock integration
gem 'gitlab-flowdock-git-hook', '~> 1.0.1'