From 2b900fa772cd610228e6dcc7e8bdc7c81b74bf8a Mon Sep 17 00:00:00 2001 From: Heinrich Lee Yu Date: Mon, 2 Sep 2019 14:34:53 +0800 Subject: Add atlassian-jwt gem explicitly This is used by the Jira integration in EE --- Gemfile | 1 + Gemfile.lock | 1 + 2 files changed, 2 insertions(+) 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) -- cgit v1.2.1