mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
[ci skip]Add i18n master to the Gemfile
This commit is contained in:
parent
b17330cf39
commit
ea88b8e8c3
2 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,7 @@ unless File.exist?('Gemfile')
|
|||
gem 'rails', github: 'rails/rails'
|
||||
gem 'arel', github: 'rails/arel'
|
||||
gem 'rack', github: 'rack/rack'
|
||||
gem 'i18n', github: 'svenfuchs/i18n'
|
||||
GEMFILE
|
||||
|
||||
system 'bundle'
|
||||
|
|
|
@ -4,6 +4,7 @@ unless File.exist?('Gemfile')
|
|||
gem 'rails', github: 'rails/rails'
|
||||
gem 'arel', github: 'rails/arel'
|
||||
gem 'rack', github: 'rack/rack'
|
||||
gem 'i18n', github: 'svenfuchs/i18n'
|
||||
gem 'sqlite3'
|
||||
GEMFILE
|
||||
|
||||
|
|
Loading…
Reference in a new issue