aboutsummaryrefslogtreecommitdiffstats
path: root/guides/bug_report_templates
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2014-12-19 15:12:31 -0200
committerRafael Mendonça França <rafaelmfranca@gmail.com>2014-12-19 15:12:31 -0200
commit86637391db35be25825b26e4f014d47f6a7478ae (patch)
treeba77509038016053ad9bbd55a45ac286ce17299c /guides/bug_report_templates
parent4073413d3c5221a414f2258a1f424bc63a0ddf50 (diff)
downloadrails-86637391db35be25825b26e4f014d47f6a7478ae.tar.gz
rails-86637391db35be25825b26e4f014d47f6a7478ae.tar.bz2
rails-86637391db35be25825b26e4f014d47f6a7478ae.zip
Remove rack and i18n master from bug report tempaltes [ci skip]
Diffstat (limited to 'guides/bug_report_templates')
-rw-r--r--guides/bug_report_templates/action_controller_master.rb2
-rw-r--r--guides/bug_report_templates/active_record_master.rb2
2 files changed, 0 insertions, 4 deletions
diff --git a/guides/bug_report_templates/action_controller_master.rb b/guides/bug_report_templates/action_controller_master.rb
index 0e51eaa0db..9be8130884 100644
--- a/guides/bug_report_templates/action_controller_master.rb
+++ b/guides/bug_report_templates/action_controller_master.rb
@@ -3,8 +3,6 @@ unless File.exist?('Gemfile')
source 'https://rubygems.org'
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 e7f5d0d5ff..d95354e12d 100644
--- a/guides/bug_report_templates/active_record_master.rb
+++ b/guides/bug_report_templates/active_record_master.rb
@@ -3,8 +3,6 @@ unless File.exist?('Gemfile')
source 'https://rubygems.org'
gem 'rails', github: 'rails/rails'
gem 'arel', github: 'rails/arel'
- gem 'rack', github: 'rack/rack'
- gem 'i18n', github: 'svenfuchs/i18n'
gem 'sqlite3'
GEMFILE