Skip to content

Commit

Permalink
test against rails 7.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
skaes committed Aug 23, 2024
1 parent 8af9724 commit 1fdf41c
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"
appraisals << "7.2.1"
end

appraisals.each do |rails_version|
Expand Down

0 comments on commit 1fdf41c

Please sign in to comment.