Skip to content

Commit

Permalink
Add missing appraisal for Rails 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rmm5t committed Oct 3, 2024
1 parent 1dc514e commit baa20b1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ appraise "rails7.1" do
gem "rails", "~> 7.1.0"
end

appraise "rails7.2" do
gem "rails", "~> 7.2.0"
end

appraise "stripe3" do
gem "stripe", "~> 3.0"
end
Expand Down

0 comments on commit baa20b1

Please sign in to comment.