aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2011-05-03 12:56:57 +0200
committerJosé Valim <jose.valim@gmail.com>2011-05-03 12:56:57 +0200
commit06ddda0a5f659cab8c2c76cfcb3b27ac5bb47ea6 (patch)
tree0022ab98d68929267ea2a02a3fa17509fc8f5522 /Gemfile
parentf7c711baee9ccd25fb976d45cb9fca033878fd26 (diff)
downloadrails-06ddda0a5f659cab8c2c76cfcb3b27ac5bb47ea6.tar.gz
rails-06ddda0a5f659cab8c2c76cfcb3b27ac5bb47ea6.tar.bz2
rails-06ddda0a5f659cab8c2c76cfcb3b27ac5bb47ea6.zip
We no longer depend on those git repos.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 6cbc1bbebc..4d317ba1dc 100644
--- a/Gemfile
+++ b/Gemfile
@@ -8,10 +8,9 @@ else
gem "arel", '~> 2.1.0'
end
-gem "rack", :git => "git://github.com/rack/rack.git"
gem "rack-test", :git => "git://github.com/brynary/rack-test.git"
-
gem "sprockets", :git => "git://github.com/sstephenson/sprockets.git"
+
gem "coffee-script"
gem "sass"
gem "uglifier"