diff options
author | Jeremy <jeremy.benoist@gmail.com> | 2014-07-29 17:41:55 +0200 |
---|---|---|
committer | Jeremy <jeremy.benoist@gmail.com> | 2015-02-02 09:59:42 +0100 |
commit | b4d9ceb26fc4bd9125cdbd6796a618415d8f6af7 (patch) | |
tree | ed9c2430731e411e67bb2dbe4679d30cfe3a5504 /Gemfile.lock | |
parent | c47328948b5fff218c68279260a57ab6b03e7423 (diff) | |
download | gitlab-ce-b4d9ceb26fc4bd9125cdbd6796a618415d8f6af7.tar.gz |
Add Asana service
Also add ability to render "service.help" in markdown
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 551f16722f2..20a396e2b0b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -23,6 +23,10 @@ GEM activemodel (= 4.1.1) activesupport (= 4.1.1) arel (~> 5.0.0) + activeresource (4.0.0) + activemodel (~> 4.0) + activesupport (~> 4.0) + rails-observers (~> 0.1.1) activesupport (4.1.1) i18n (~> 0.6, >= 0.6.9) json (~> 1.7, >= 1.7.7) @@ -36,6 +40,8 @@ GEM activerecord (>= 2.3.0) rake (>= 0.8.7) arel (5.0.1.20140414130214) + asana (0.0.6) + activeresource (>= 3.2.3) asciidoctor (0.1.4) attr_required (1.0.0) awesome_print (1.2.0) @@ -402,6 +408,8 @@ GEM bundler (>= 1.3.0, < 2.0) railties (= 4.1.1) sprockets-rails (~> 2.0) + rails-observers (0.1.2) + activemodel (~> 4.0) rails_autolink (1.1.6) rails (> 3.1) rails_best_practices (1.14.4) @@ -624,6 +632,7 @@ DEPENDENCIES acts-as-taggable-on addressable annotate (~> 2.6.0.beta2) + asana (~> 0.0.6) asciidoctor (= 0.1.4) awesome_print better_errors |