diff options
author | Nihad Abbasov <narkoz.2008@gmail.com> | 2012-06-22 02:00:09 -0700 |
---|---|---|
committer | Nihad Abbasov <narkoz.2008@gmail.com> | 2012-06-22 02:00:09 -0700 |
commit | fd44b6b69d5ef3f3f454cfc4fec72d04ddd5586a (patch) | |
tree | 9e56a33bf126788525774cd805b4f6794dae7d0c /Gemfile | |
parent | da5cf9d085e148b44945640cd25eec3f172caf28 (diff) | |
download | gitlab-ce-fd44b6b69d5ef3f3f454cfc4fec72d04ddd5586a.tar.gz |
move assets gems to assets group
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -35,21 +35,21 @@ gem "httparty" gem "charlock_holmes" gem "foreman" gem "omniauth-ldap" -gem 'bootstrap-sass', "2.0.3.1" gem "colored" gem 'resque_mailer' -gem 'chosen-rails' - -gem "jquery-rails", "2.0.2" -gem "jquery-ui-rails", "0.5.0" -gem "modernizr", "2.5.3" -gem "raphael-rails", "1.5.2" group :assets do gem "sass-rails", "3.2.5" gem "coffee-rails", "3.2.2" gem "uglifier", "1.0.3" gem "therubyracer" + + gem 'chosen-rails' + gem "jquery-rails", "2.0.2" + gem "jquery-ui-rails", "0.5.0" + gem "modernizr", "2.5.3" + gem "raphael-rails", "1.5.2" + gem 'bootstrap-sass', "2.0.3.1" end group :development do |