diff options
author | yuuji.yaginuma <yuuji.yaginuma@gmail.com> | 2014-07-24 17:08:11 +0900 |
---|---|---|
committer | yuuji.yaginuma <yuuji.yaginuma@gmail.com> | 2014-07-24 17:08:11 +0900 |
commit | ea88b8e8c326dd866d14e3a01903b9bbb7456ec1 (patch) | |
tree | d566dd9b0d8f0a9f5a9db51407d561d4f63fb6f5 | |
parent | b17330cf391327f63fece617acdb57b35e341092 (diff) | |
download | rails-ea88b8e8c326dd866d14e3a01903b9bbb7456ec1.tar.gz rails-ea88b8e8c326dd866d14e3a01903b9bbb7456ec1.tar.bz2 rails-ea88b8e8c326dd866d14e3a01903b9bbb7456ec1.zip |
[ci skip]Add i18n master to the Gemfile
-rw-r--r-- | guides/bug_report_templates/action_controller_master.rb | 1 | ||||
-rw-r--r-- | guides/bug_report_templates/active_record_master.rb | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/guides/bug_report_templates/action_controller_master.rb b/guides/bug_report_templates/action_controller_master.rb index 9faa2c5805..20c64b4a85 100644 --- a/guides/bug_report_templates/action_controller_master.rb +++ b/guides/bug_report_templates/action_controller_master.rb @@ -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' diff --git a/guides/bug_report_templates/active_record_master.rb b/guides/bug_report_templates/active_record_master.rb index b4b983f2e7..e7f5d0d5ff 100644 --- a/guides/bug_report_templates/active_record_master.rb +++ b/guides/bug_report_templates/active_record_master.rb @@ -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 |