diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-05-22 17:59:15 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-05-22 17:59:15 +0300 |
commit | 54d0453234ec4d5a307db88fa0eecc1e0cca7177 (patch) | |
tree | 0da5c505eb358e75364c492ae79e5809e3629e5e /Gemfile | |
parent | 8bc0a06cd4e389f8004f5c0be8caabef9c75cb38 (diff) | |
download | gitlab-ce-54d0453234ec4d5a307db88fa0eecc1e0cca7177.tar.gz |
Add tinder for future campfire integration
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -101,6 +101,9 @@ gem "foreman" # Cache gem "redis-rails" +# Campfire integration +gem 'tinder', '~> 1.9.2' + group :assets do gem "sass-rails" gem "coffee-rails" |