summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Lee Yu <heinrich@gitlab.com>2019-09-02 14:34:53 +0800
committerHeinrich Lee Yu <heinrich@gitlab.com>2019-09-02 22:26:18 +0800
commit1fbe0fa1dc3bc75902a71188415d352adf33ca98 (patch)
treef374d56fe9752582fa6358aa0730aa97d6d71c0a
parent68bfb091ae3c4b3885a1e8be09b347f26c8a3a00 (diff)
downloadgitlab-ce-1fbe0fa1dc3bc75902a71188415d352adf33ca98.tar.gz
Add atlassian-jwt gem explicitly
This is used by the Jira integration in EE
-rw-r--r--Gemfile1
-rw-r--r--Gemfile.lock1
2 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index aa17e01b34d..a5a37beed1c 100644
--- a/Gemfile
+++ b/Gemfile
@@ -216,6 +216,7 @@ gem 'hipchat', '~> 1.5.0'
# Jira integration
gem 'jira-ruby', '~> 1.7'
+gem 'atlassian-jwt', '~> 0.2.0'
# Flowdock integration
gem 'flowdock', '~> 0.7'
diff --git a/Gemfile.lock b/Gemfile.lock
index 0803cf7f752..c83f9b9076a 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1028,6 +1028,7 @@ DEPENDENCIES
asciidoctor (~> 2.0.10)
asciidoctor-include-ext (~> 0.3.1)
asciidoctor-plantuml (= 0.0.9)
+ atlassian-jwt (~> 0.2.0)
attr_encrypted (~> 3.1.0)
awesome_print
babosa (~> 1.0.2)