aboutsummaryrefslogtreecommitdiffstats
path: root/guides/bug_report_templates/active_record_master.rb
diff options
context:
space:
mode:
authoryuuji.yaginuma <yuuji.yaginuma@gmail.com>2014-07-24 17:08:11 +0900
committeryuuji.yaginuma <yuuji.yaginuma@gmail.com>2014-07-24 17:08:11 +0900
commitea88b8e8c326dd866d14e3a01903b9bbb7456ec1 (patch)
treed566dd9b0d8f0a9f5a9db51407d561d4f63fb6f5 /guides/bug_report_templates/active_record_master.rb
parentb17330cf391327f63fece617acdb57b35e341092 (diff)
downloadrails-ea88b8e8c326dd866d14e3a01903b9bbb7456ec1.tar.gz
rails-ea88b8e8c326dd866d14e3a01903b9bbb7456ec1.tar.bz2
rails-ea88b8e8c326dd866d14e3a01903b9bbb7456ec1.zip
[ci skip]Add i18n master to the Gemfile
Diffstat (limited to 'guides/bug_report_templates/active_record_master.rb')
-rw-r--r--guides/bug_report_templates/active_record_master.rb1
1 files changed, 1 insertions, 0 deletions
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