aboutsummaryrefslogtreecommitdiffstats
path: root/guides/bug_report_templates
diff options
context:
space:
mode:
authoryuuji.yaginuma <yuuji.yaginuma@gmail.com>2017-02-26 19:55:52 +0900
committeryuuji.yaginuma <yuuji.yaginuma@gmail.com>2017-02-26 19:55:52 +0900
commit08df808b41c496bcb8c1035b4c50601a4d11f7f6 (patch)
tree515f15567a39a6c2dd562d8133d364de6d0e1559 /guides/bug_report_templates
parent2d84a6bc74fbe9d9b97bf7d63ec6f27418d9c3a6 (diff)
downloadrails-08df808b41c496bcb8c1035b4c50601a4d11f7f6.tar.gz
rails-08df808b41c496bcb8c1035b4c50601a4d11f7f6.tar.bz2
rails-08df808b41c496bcb8c1035b4c50601a4d11f7f6.zip
Use released arel
Follow up to ea9566f6cd1b4d3f0d8a5f03283b49423b89044d
Diffstat (limited to 'guides/bug_report_templates')
-rw-r--r--guides/bug_report_templates/action_controller_master.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/guides/bug_report_templates/action_controller_master.rb b/guides/bug_report_templates/action_controller_master.rb
index 7644f6fe4a..486c7243ad 100644
--- a/guides/bug_report_templates/action_controller_master.rb
+++ b/guides/bug_report_templates/action_controller_master.rb
@@ -8,7 +8,6 @@ end
gemfile(true) do
source "https://rubygems.org"
gem "rails", github: "rails/rails"
- gem "arel", github: "rails/arel"
end
require "action_controller/railtie"