From 08df808b41c496bcb8c1035b4c50601a4d11f7f6 Mon Sep 17 00:00:00 2001 From: "yuuji.yaginuma" Date: Sun, 26 Feb 2017 19:55:52 +0900 Subject: Use released arel Follow up to ea9566f6cd1b4d3f0d8a5f03283b49423b89044d --- guides/bug_report_templates/action_controller_master.rb | 1 - 1 file changed, 1 deletion(-) 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" -- cgit v1.2.3