aboutsummaryrefslogtreecommitdiffstats
path: root/guides/bug_report_templates/action_controller_master.rb
diff options
context:
space:
mode:
authoryuuji.yaginuma <yuuji.yaginuma@gmail.com>2017-11-15 10:00:43 +0900
committeryuuji.yaginuma <yuuji.yaginuma@gmail.com>2017-11-15 10:00:43 +0900
commit2a26ff80e8a08c2ac22332b52f6534cb6534bae1 (patch)
tree921b71bf970effbd4524565503a54d9806338bda /guides/bug_report_templates/action_controller_master.rb
parent570ae8f8735f32282cf790eb9d8196b007130658 (diff)
downloadrails-2a26ff80e8a08c2ac22332b52f6534cb6534bae1.tar.gz
rails-2a26ff80e8a08c2ac22332b52f6534cb6534bae1.tar.bz2
rails-2a26ff80e8a08c2ac22332b52f6534cb6534bae1.zip
Use released arel
Related to 2e0fe5928f0d08f85b4796c85bd0b39f6be09079
Diffstat (limited to 'guides/bug_report_templates/action_controller_master.rb')
-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 932d329943..732cdad259 100644
--- a/guides/bug_report_templates/action_controller_master.rb
+++ b/guides/bug_report_templates/action_controller_master.rb
@@ -15,7 +15,6 @@ gemfile(true) do
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
gem "rails", github: "rails/rails"
- gem "arel", github: "rails/arel"
end
require "action_controller/railtie"