aboutsummaryrefslogtreecommitdiffstats
path: root/guides/bug_report_templates/active_record_migrations_master.rb
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2016-12-29 02:20:50 -0500
committerRafael Mendonça França <rafaelmfranca@gmail.com>2016-12-29 17:53:03 -0500
commite646bad5b7c462187fc75c11d5c06e43759022d8 (patch)
tree672ccab2298e945e7831ad911ebb588f54c6ed25 /guides/bug_report_templates/active_record_migrations_master.rb
parent41e177ee069e1ef93b51624ddde2fa5fcf6c8e94 (diff)
downloadrails-e646bad5b7c462187fc75c11d5c06e43759022d8.tar.gz
rails-e646bad5b7c462187fc75c11d5c06e43759022d8.tar.bz2
rails-e646bad5b7c462187fc75c11d5c06e43759022d8.zip
Remove deprecated support to passing a column to #quote
Diffstat (limited to 'guides/bug_report_templates/active_record_migrations_master.rb')
-rw-r--r--guides/bug_report_templates/active_record_migrations_master.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/guides/bug_report_templates/active_record_migrations_master.rb b/guides/bug_report_templates/active_record_migrations_master.rb
index 13a375d1ba..84a4b71909 100644
--- a/guides/bug_report_templates/active_record_migrations_master.rb
+++ b/guides/bug_report_templates/active_record_migrations_master.rb
@@ -8,6 +8,7 @@ end
gemfile(true) do
source "https://rubygems.org"
gem "rails", github: "rails/rails"
+ gem "arel", github: "rails/arel"
gem "sqlite3"
end