Refactor JIRA service to use gem
Showing
... | ... | @@ -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' | ||
... | ... |
44 KB