Add atlassian-jwt gem explicitly

This is used by the Jira integration in EE
This commit is contained in:
Heinrich Lee Yu 2019-09-02 14:34:53 +08:00
parent 68bfb091ae
commit 1fbe0fa1dc
2 changed files with 2 additions and 0 deletions

View File

@ -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'

View File

@ -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)