mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Dev and edge application and plugins need to include i18n master
This commit is contained in:
parent
bec08e7744
commit
ecef1776a0
1 changed files with 2 additions and 1 deletions
|
@ -206,10 +206,11 @@ module Rails
|
|||
[GemfileEntry.path('rails', Rails::Generators::RAILS_DEV_PATH),
|
||||
GemfileEntry.github('arel', 'rails/arel'),
|
||||
GemfileEntry.github('rack', 'rack/rack')]
|
||||
GemfileEntry.github('i18n', 'svenfuchs/i18n')]
|
||||
elsif options.edge?
|
||||
[GemfileEntry.github('rails', 'rails/rails'),
|
||||
GemfileEntry.github('arel', 'rails/arel'),
|
||||
GemfileEntry.github('rack', 'rack/rack')]
|
||||
GemfileEntry.github('i18n', 'svenfuchs/i18n')]
|
||||
else
|
||||
[GemfileEntry.version('rails',
|
||||
Rails::VERSION::STRING,
|
||||
|
|
Loading…
Reference in a new issue