Skip to content

Commit

Permalink
use rails 7.2.0 for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
skaes committed Aug 10, 2024
1 parent faeff15 commit 3798a19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ appraisals << "7.0.8.4"
appraisals << "7.1.3.4"

if Gem::Version.new(RUBY_VERSION) > Gem::Version.new("3.1.0")
appraisals << "7.2.0.rc1"
appraisals << "7.2.0"
end

appraisals.each do |rails_version|
Expand Down

0 comments on commit 3798a19

Please sign in to comment.