File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
railties/lib/rails/generators Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -134,15 +134,17 @@ def rails_gemfile_entry
134134 gem 'arel', :git => 'git://github.com/rails/arel.git'
135135 gem 'rack', :git => 'git://github.com/rack/rack.git'
136136 gem 'sprockets', :git => "git://github.com/sstephenson/sprockets.git"
137- gem 'json' # Sprockets dependency
137+ gem 'coffee-script'
138+ gem 'json' # CoffeeScript and Sprockets dependency
138139 GEMFILE
139140 elsif options . edge?
140141 <<-GEMFILE . strip_heredoc
141142 gem 'rails', :git => 'git://github.com/rails/rails.git'
142143 gem 'arel', :git => 'git://github.com/rails/arel.git'
143144 gem 'rack', :git => 'git://github.com/rack/rack.git'
144145 gem 'sprockets', :git => "git://github.com/sstephenson/sprockets.git"
145- gem 'json' # Sprockets dependency
146+ gem 'coffee-script'
147+ gem 'json' # CoffeeScript and Sprockets dependency
146148 GEMFILE
147149 else
148150 <<-GEMFILE . strip_heredoc
You can’t perform that action at this time.
0 commit comments