Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy <jeremy.benoist@gmail.com>2014-07-29 19:41:55 +0400
committerJeremy <jeremy.benoist@gmail.com>2015-02-02 11:59:42 +0300
commitb4d9ceb26fc4bd9125cdbd6796a618415d8f6af7 (patch)
treeed9c2430731e411e67bb2dbe4679d30cfe3a5504 /Gemfile
parentc47328948b5fff218c68279260a57ab6b03e7423 (diff)
Add Asana service
Also add ability to render "service.help" in markdown
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index be78831e1fc..e8b1919b0f7 100644
--- a/Gemfile
+++ b/Gemfile
@@ -151,6 +151,9 @@ gem "gemnasium-gitlab-service", "~> 0.2"
# Slack integration
gem "slack-notifier", "~> 1.0.0"
+# Asana integration
+gem 'asana', '~> 0.0.6'
+
# d3
gem "d3_rails", "~> 3.1.4"