提交 ac0432cf 编写于 作者: R Rafael Mendonça França

Fix syntax error 💣

上级 e6089029
...@@ -195,9 +195,9 @@ def self.path(name, path, comment = nil) ...@@ -195,9 +195,9 @@ def self.path(name, path, comment = nil)
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,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册