From 6be8e88869be6920c9eeb0df1ea629e794d301ae Mon Sep 17 00:00:00 2001 From: Ivan Kuchin Date: Sat, 18 Jan 2025 19:50:48 +0100 Subject: [PATCH] add rails 7.0, 7.1, 7.2, 8.0 --- Appraisals | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Appraisals b/Appraisals index 7eee8b6..abdbf84 100644 --- a/Appraisals +++ b/Appraisals @@ -99,3 +99,8 @@ appgen 'rails' => '~> 5.2.0' if RUBY_VERSION >= '2.3' && RUBY_VERSION < '3.0' appgen 'rails' => '~> 6.0.0' if RUBY_VERSION >= '2.5' && RUBY_VERSION < '3.1' appgen 'rails' => '~> 6.1.0' if RUBY_VERSION >= '2.5' +appgen 'rails' => '~> 7.0.0' if RUBY_VERSION >= '2.7' +appgen 'rails' => '~> 7.1.0' if RUBY_VERSION >= '2.7' +appgen 'rails' => '~> 7.2.0' if RUBY_VERSION >= '3.1' + +appgen 'rails' => '~> 8.0.0' if RUBY_VERSION >= '3.2'