Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNihad Abbasov <narkoz.2008@gmail.com>2012-06-22 13:00:09 +0400
committerNihad Abbasov <narkoz.2008@gmail.com>2012-06-22 13:00:09 +0400
commitfd44b6b69d5ef3f3f454cfc4fec72d04ddd5586a (patch)
tree9e56a33bf126788525774cd805b4f6794dae7d0c
parentda5cf9d085e148b44945640cd25eec3f172caf28 (diff)
move assets gems to assets group
-rw-r--r--Gemfile14
1 files changed, 7 insertions, 7 deletions
diff --git a/Gemfile b/Gemfile
index b808272e039..9684892e6ff 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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