aboutsummaryrefslogtreecommitdiffstats
path: root/guides/bug_report_templates/active_record_gem.rb
diff options
context:
space:
mode:
authorbogdanvlviv <bogdanvlviv@gmail.com>2018-02-18 02:39:01 +0200
committerJeremy Daer <jeremydaer@gmail.com>2018-02-17 22:53:14 -0800
commit690ce38cfe531ded6cfb282071e21d803297a6dc (patch)
tree30ba065e5cccbc1d4011dfa899199bb6494f90a7 /guides/bug_report_templates/active_record_gem.rb
parent8f98054ef96f9335667071c70a7cf7d82ee92b07 (diff)
downloadrails-690ce38cfe531ded6cfb282071e21d803297a6dc.tar.gz
rails-690ce38cfe531ded6cfb282071e21d803297a6dc.tar.bz2
rails-690ce38cfe531ded6cfb282071e21d803297a6dc.zip
Update bug report templates
Prepare bug report templates for Rails 6.0 development Add missing `require "active_support"` in `guides/bug_report_templates/generic_gem.rb`
Diffstat (limited to 'guides/bug_report_templates/active_record_gem.rb')
-rw-r--r--guides/bug_report_templates/active_record_gem.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/bug_report_templates/active_record_gem.rb b/guides/bug_report_templates/active_record_gem.rb
index 921917fbe9..fabc2a2382 100644
--- a/guides/bug_report_templates/active_record_gem.rb
+++ b/guides/bug_report_templates/active_record_gem.rb
@@ -13,7 +13,7 @@ gemfile(true) do
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
# Activate the gem you are reporting the issue against.
- gem "activerecord", "5.1.0"
+ gem "activerecord", "5.2.0.rc1"
gem "sqlite3"
end