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:
authorSean McGivern <sean@mcgivern.me.uk>2016-10-28 14:41:20 +0300
committerSean McGivern <sean@mcgivern.me.uk>2016-10-28 14:41:20 +0300
commit292c982e346843f8979ec5b302a8ad01dd09917a (patch)
treedefc3359cc7ff3336e5c8df97c72693822549adf /Gemfile
parent8b0cdf4c832ca5f40a6c24207021ed122984b280 (diff)
parent3d7a287c55e456b4fb3c4480147ef9b697a0f42c (diff)
Merge branch 'issue_1008_1' into 'master'
Jira refactoring to jira gem part of gitlab-org/gitlab-ee#1008 Original MR: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/2572/commits See merge request !6598
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index b810f6e8685..5f16cc063e2 100644
--- a/Gemfile
+++ b/Gemfile
@@ -161,6 +161,9 @@ gem 'connection_pool', '~> 2.0'
# HipChat integration
gem 'hipchat', '~> 1.5.0'
+# JIRA integration
+gem 'jira-ruby', '~> 1.1.2'
+
# Flowdock integration
gem 'gitlab-flowdock-git-hook', '~> 1.0.1'