diff options
author | yuuji.yaginuma <yuuji.yaginuma@gmail.com> | 2017-02-26 19:55:52 +0900 |
---|---|---|
committer | yuuji.yaginuma <yuuji.yaginuma@gmail.com> | 2017-02-26 19:55:52 +0900 |
commit | 08df808b41c496bcb8c1035b4c50601a4d11f7f6 (patch) | |
tree | 515f15567a39a6c2dd562d8133d364de6d0e1559 /guides | |
parent | 2d84a6bc74fbe9d9b97bf7d63ec6f27418d9c3a6 (diff) | |
download | rails-08df808b41c496bcb8c1035b4c50601a4d11f7f6.tar.gz rails-08df808b41c496bcb8c1035b4c50601a4d11f7f6.tar.bz2 rails-08df808b41c496bcb8c1035b4c50601a4d11f7f6.zip |
Use released arel
Follow up to ea9566f6cd1b4d3f0d8a5f03283b49423b89044d
Diffstat (limited to 'guides')
-rw-r--r-- | guides/bug_report_templates/action_controller_master.rb | 1 |
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" |