diff options
author | Heinrich Lee Yu <heinrich@gitlab.com> | 2019-09-02 14:34:53 +0800 |
---|---|---|
committer | Heinrich Lee Yu <heinrich@gitlab.com> | 2019-09-02 22:26:18 +0800 |
commit | 1fbe0fa1dc3bc75902a71188415d352adf33ca98 (patch) | |
tree | f374d56fe9752582fa6358aa0730aa97d6d71c0a /Gemfile | |
parent | 68bfb091ae3c4b3885a1e8be09b347f26c8a3a00 (diff) | |
download | gitlab-ce-1fbe0fa1dc3bc75902a71188415d352adf33ca98.tar.gz |
Add atlassian-jwt gem explicitly
This is used by the Jira integration in EE
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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' |