aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew White <pixeltrix@users.noreply.github.com>2017-02-26 11:40:44 +0000
committerGitHub <noreply@github.com>2017-02-26 11:40:44 +0000
commit689971378b34db4757f1d57f011caa2515f0c238 (patch)
tree515f15567a39a6c2dd562d8133d364de6d0e1559
parent2d84a6bc74fbe9d9b97bf7d63ec6f27418d9c3a6 (diff)
parent08df808b41c496bcb8c1035b4c50601a4d11f7f6 (diff)
downloadrails-689971378b34db4757f1d57f011caa2515f0c238.tar.gz
rails-689971378b34db4757f1d57f011caa2515f0c238.tar.bz2
rails-689971378b34db4757f1d57f011caa2515f0c238.zip
Merge pull request #28180 from y-yagi/use_released_arel
Use released arel
-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"