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-05-29 17:45:18 +0400
committerNihad Abbasov <narkoz.2008@gmail.com>2012-05-29 17:45:18 +0400
commit865cf830c482b120aad70d40ebee595901899b1c (patch)
treefbb0612156f54bae1113d94bf550bc62b716b558 /Gemfile
parentf01994e1f85684e4c880ce0f0030cc729db8748b (diff)
get rid of unused assets, use gems instead
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 403f74395a6..f9329434ce0 100644
--- a/Gemfile
+++ b/Gemfile
@@ -35,6 +35,9 @@ gem 'yaml_db', :git => "https://github.com/gitlabhq/yaml_db.git"
gem 'modularity'
gem 'resque_mailer'
gem 'chosen-rails'
+gem 'modernizr'
+gem 'graphael-rails'
+gem 'jquery-ui-rails'
group :assets do
gem "sass-rails", "3.2.3"