aboutsummaryrefslogtreecommitdiffstats
path: root/guides/bug_report_templates/active_record_migrations_master.rb
diff options
context:
space:
mode:
authorRafael França <rafaelmfranca@gmail.com>2016-12-29 17:59:04 -0500
committerGitHub <noreply@github.com>2016-12-29 17:59:04 -0500
commit2471e6391dfe71cfbb8621bdf573729d961d3209 (patch)
tree6b36cb536863c01fe36e6aa7d3b134ac2ab4db6c /guides/bug_report_templates/active_record_migrations_master.rb
parentf64e2eb83c584ab4a1cac714c2162415ed80711a (diff)
parent030dff74ce24f21336834a5ce1f09a8d5b50a6c4 (diff)
downloadrails-2471e6391dfe71cfbb8621bdf573729d961d3209.tar.gz
rails-2471e6391dfe71cfbb8621bdf573729d961d3209.tar.bz2
rails-2471e6391dfe71cfbb8621bdf573729d961d3209.zip
Merge pull request #27503 from rails/activerecord-deprecation
Remove all ActiveRecord deprecations
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