From 2fe70c180351e87801179e8404d1582d7da25645 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Fri, 15 Apr 2011 18:42:51 +0200 Subject: Booya, sprockets now works from Engines. --- Gemfile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Gemfile') 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 -- cgit v1.2.3