diff options
author | Drew Blessing <drew@gitlab.com> | 2016-01-14 08:20:23 -0600 |
---|---|---|
committer | Felipe Artur <felipefac@gmail.com> | 2016-10-26 15:02:16 -0200 |
commit | f4bc18d237413ac55e32ce16a23b3d2ab35a6976 (patch) | |
tree | 0b9cf78efee768bdcaa3a5175199b7475c1188b0 /Gemfile | |
parent | 2fc359a506b5997cb65b6d5f2f5c85df98fd1c69 (diff) | |
download | gitlab-ce-f4bc18d237413ac55e32ce16a23b3d2ab35a6976.tar.gz |
Refactor JIRA service to use gem
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -161,6 +161,9 @@ gem 'connection_pool', '~> 2.0' # HipChat integration gem 'hipchat', '~> 1.5.0' +# JIRA integration +gem 'jira-ruby', '~> 0.1.17' + # Flowdock integration gem 'gitlab-flowdock-git-hook', '~> 1.0.1' |