Skip to content

Commit

Permalink
add rails 7.0, 7.1, 7.2, 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
toy committed Jan 18, 2025
1 parent 87db358 commit 6be8e88
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 6be8e88

Please sign in to comment.