From 14e67c5217b9f0c7690493d44eff18d76f88d5a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Fri, 20 Oct 2023 20:49:29 +0200 Subject: [PATCH 1/2] Let main Gemfile use Rails 7.1 by default --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 19851114..4b3b92e4 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ gemspec gem 'rake' -rails = ENV['RAILS'] || '6-1-stable' +rails = ENV['RAILS'] || '7-1-stable' rails_version = case rails when /\// # A path From 507a1a12a1546c90abb03da8c744f53a9462ccde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Fri, 20 Oct 2023 20:49:51 +0200 Subject: [PATCH 2/2] See if bug report templates work on Rails 7.1 --- bug_report_templates/test-ransack-scope-and-column-same-name.rb | 2 +- bug_report_templates/test-ransacker-arel-present-predicate.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bug_report_templates/test-ransack-scope-and-column-same-name.rb b/bug_report_templates/test-ransack-scope-and-column-same-name.rb index 197cf24c..a8f0334b 100644 --- a/bug_report_templates/test-ransack-scope-and-column-same-name.rb +++ b/bug_report_templates/test-ransack-scope-and-column-same-name.rb @@ -12,7 +12,7 @@ source 'https://rubygems.org' # Rails master - gem 'rails', github: 'rails/rails', branch: '6-1-stable' + gem 'rails', github: 'rails/rails', branch: '7-1-stable' # Rails last release # gem 'rails' diff --git a/bug_report_templates/test-ransacker-arel-present-predicate.rb b/bug_report_templates/test-ransacker-arel-present-predicate.rb index f3c82fbd..690ad1ca 100644 --- a/bug_report_templates/test-ransacker-arel-present-predicate.rb +++ b/bug_report_templates/test-ransacker-arel-present-predicate.rb @@ -10,7 +10,7 @@ source 'https://rubygems.org' # Rails master - gem 'rails', github: 'rails/rails', branch: '6-1-stable' + gem 'rails', github: 'rails/rails', branch: '7-1-stable' # Rails last release # gem 'rails'