1
0
Fork 0
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:
Martin O'Connor 2012-05-30 21:25:00 -04:00
parent 4056915cf5
commit f4d7af67ff

View file

@ -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