Rack is released too

This commit is contained in:
Rafael Mendonça França 2014-08-18 16:14:01 -03:00
parent 6b32a4f371
commit ec7a8b0649
1 changed files with 2 additions and 4 deletions

View File

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