mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Changed symbol platform to platforms for the commented out call to gem 'therubyracer'.
Dependency.rb expects the symbol to be named :platforms as opposed to platform. RubyMine's inspections indicate that the symbol should be named :platforms.
This commit is contained in:
parent
4056915cf5
commit
f4d7af67ff
1 changed files with 1 additions and 1 deletions
|
@ -230,7 +230,7 @@ module Rails
|
|||
if defined?(JRUBY_VERSION)
|
||||
"gem 'therubyrhino'\n"
|
||||
else
|
||||
"# gem 'therubyracer', platform: :ruby\n"
|
||||
"# gem 'therubyracer', platforms: :ruby\n"
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue