diff options
author | Dmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com> | 2011-11-20 22:32:12 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com> | 2011-11-20 22:32:12 +0200 |
commit | 4bf4efe712489090fca4ce14be9cbe7637f4d511 (patch) | |
tree | ea094b51aa78c838b8c4cdc863ceeee208a93a89 /Gemfile | |
parent | 6721ef01f40221171671bea02f7c3477ad209c79 (diff) | |
download | gitlab-ce-4bf4efe712489090fca4ce14be9cbe7637f4d511.tar.gz |
decorators & tree model
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -21,6 +21,7 @@ gem "git" gem "acts_as_list" gem 'rdiscount' gem 'acts-as-taggable-on', '~> 2.1.0' +gem 'drapper' group :assets do gem 'sass-rails', "~> 3.1.0" |