aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2011-07-23 18:38:42 -0300
committerSantiago Pastorino <santiago@wyeworks.com>2011-07-23 18:38:42 -0300
commit410e75419d2ffdee56a465eb551f868af7063176 (patch)
tree14f3d1cb24e6d7a889f0e3c7229781d0b01fedbd /Gemfile
parente178fcbd01e3a37ff906a5189f0b2bcff5a973b9 (diff)
downloadrails-410e75419d2ffdee56a465eb551f868af7063176.tar.gz
rails-410e75419d2ffdee56a465eb551f868af7063176.tar.bz2
rails-410e75419d2ffdee56a465eb551f868af7063176.zip
Remove unused gems from Gemfile
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Gemfile b/Gemfile
index 882fbedfe6..743c2a640d 100644
--- a/Gemfile
+++ b/Gemfile
@@ -8,10 +8,6 @@ else
gem "arel", '~> 2.1.3'
end
-gem "jquery-rails"
-gem "coffee-script"
-gem "sass"
-
# This needs to be with require false to avoid
# it being automatically loaded by sprockets
gem "uglifier", ">= 1.0.0", :require => false