From afbbcf24d791362a65c7f29b739c73a5b09e3816 Mon Sep 17 00:00:00 2001 From: Matthew Draper Date: Wed, 22 Mar 2017 10:11:43 +1030 Subject: Update bug report templates --- guides/bug_report_templates/active_record_gem.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides/bug_report_templates/active_record_gem.rb') diff --git a/guides/bug_report_templates/active_record_gem.rb b/guides/bug_report_templates/active_record_gem.rb index 98edcb76b1..a685c257ea 100644 --- a/guides/bug_report_templates/active_record_gem.rb +++ b/guides/bug_report_templates/active_record_gem.rb @@ -8,7 +8,7 @@ end gemfile(true) do source "https://rubygems.org" # Activate the gem you are reporting the issue against. - gem "activerecord", "5.0.1" + gem "activerecord", "5.1.0.rc1" gem "sqlite3" end -- cgit v1.2.3