1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Fix syntax error 💣

This commit is contained in:
Rafael Mendonça França 2014-11-25 20:15:46 -02:00
parent e6089029c4
commit ac0432cf35

View file

@ -195,9 +195,9 @@ module Rails
def rails_gemfile_entry def rails_gemfile_entry
if options.dev? if options.dev?
[GemfileEntry.path('rails', Rails::Generators::RAILS_DEV_PATH), [GemfileEntry.path('rails', Rails::Generators::RAILS_DEV_PATH)]
elsif options.edge? elsif options.edge?
[GemfileEntry.github('rails', 'rails/rails'), [GemfileEntry.github('rails', 'rails/rails')]
else else
[GemfileEntry.version('rails', [GemfileEntry.version('rails',
Rails::VERSION::STRING, Rails::VERSION::STRING,