mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Include CoffeeScript in Gemfile
This commit is contained in:
@@ -134,7 +134,8 @@ 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
|
||||
gem 'coffee-script'
|
||||
gem 'json' # CoffeeScript and Sprockets dependency
|
||||
GEMFILE
|
||||
elsif options.edge?
|
||||
<<-GEMFILE.strip_heredoc
|
||||
@@ -142,7 +143,8 @@ 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
|
||||
gem 'coffee-script'
|
||||
gem 'json' # CoffeeScript and Sprockets dependency
|
||||
GEMFILE
|
||||
else
|
||||
<<-GEMFILE.strip_heredoc
|
||||
|
||||
Reference in New Issue
Block a user