From cf5599d9fa8deb7cc19c1f29ada29b39e75df039 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 13 Apr 2011 17:31:32 +0200 Subject: Move json requirement to user Gemfile -- still need to do better than this, though --- railties/lib/rails/generators/app_base.rb | 3 --- 1 file changed, 3 deletions(-) (limited to 'railties/lib/rails/generators/app_base.rb') diff --git a/railties/lib/rails/generators/app_base.rb b/railties/lib/rails/generators/app_base.rb index 0e1c46bdf6..4f791a64e6 100644 --- a/railties/lib/rails/generators/app_base.rb +++ b/railties/lib/rails/generators/app_base.rb @@ -134,7 +134,6 @@ module Rails gem 'arel', :git => 'git://github.com/rails/arel.git' gem 'rack', :git => 'git://github.com/rack/rack.git' gem 'sprockets', :git => "git://github.com/sstephenson/sprockets.git" - gem 'json' # CoffeeScript and Sprockets dependency GEMFILE elsif options.edge? <<-GEMFILE.strip_heredoc @@ -142,7 +141,6 @@ module Rails gem 'arel', :git => 'git://github.com/rails/arel.git' gem 'rack', :git => 'git://github.com/rack/rack.git' gem 'sprockets', :git => "git://github.com/sstephenson/sprockets.git" - gem 'json' # CoffeeScript and Sprockets dependency GEMFILE else <<-GEMFILE.strip_heredoc @@ -153,7 +151,6 @@ module Rails # gem 'arel', :git => 'git://github.com/rails/arel.git' # gem 'rack', :git => 'git://github.com/rack/rack.git' # gem 'sprockets', :git => "git://github.com/sstephenson/sprockets.git" - # gem 'json' # Sprockets dependency GEMFILE end end -- cgit v1.2.3