diff options
author | Nihad Abbasov <narkoz.2008@gmail.com> | 2012-05-29 17:50:10 +0500 |
---|---|---|
committer | Nihad Abbasov <narkoz.2008@gmail.com> | 2012-05-29 17:50:10 +0500 |
commit | 8c7caaa69c8d8cb0b621e5954a19ceb20179985a (patch) | |
tree | 4c94ac97f58f25aeb93af70c26f549a5c24b5c65 /Gemfile | |
parent | 475d9f487f7050fcf8e52b319cd938c0949ed515 (diff) | |
download | gitlab-ce-8c7caaa69c8d8cb0b621e5954a19ceb20179985a.tar.gz |
use chosen-rails
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -34,6 +34,7 @@ gem "colored" gem 'yaml_db', :git => "https://github.com/gitlabhq/yaml_db.git" gem 'modularity' gem 'resque_mailer' +gem 'chosen-rails' group :assets do gem "sass-rails", "3.2.3" |