aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2011-04-15 18:42:51 +0200
committerJosé Valim <jose.valim@gmail.com>2011-04-15 18:43:22 +0200
commit2fe70c180351e87801179e8404d1582d7da25645 (patch)
tree26c5cd071089cd94195a98cdc7ad8cb7fa8236e8 /Gemfile
parent8e5ff7d0a7479e72764763af027973f82c49618c (diff)
downloadrails-2fe70c180351e87801179e8404d1582d7da25645.tar.gz
rails-2fe70c180351e87801179e8404d1582d7da25645.tar.bz2
rails-2fe70c180351e87801179e8404d1582d7da25645.zip
Booya, sprockets now works from Engines.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 414c688cad..6e5247d2b5 100644
--- a/Gemfile
+++ b/Gemfile
@@ -12,6 +12,7 @@ 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 "rake", ">= 0.8.7"
gem "mocha", ">= 0.9.8"
@@ -30,6 +31,7 @@ platforms :mri_18 do
gem "system_timer"
gem "ruby-debug", ">= 0.10.3"
gem 'ruby-prof'
+ gem "json"
end
platforms :mri_19 do