Skip to content

Commit

Permalink
Add Rails 7.2 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
p8 committed Sep 6, 2024
1 parent 3afdba5 commit 930bdc0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,9 @@ appraise 'rails_7_1' do
gem 'railties', '~> 7.1.3'
gem 'sqlite3', '~> 1.7'
end

appraise 'rails_7_2' do
gem 'activerecord'
gem 'railties', '~> 7.2.1'
gem 'sqlite3', '~> 1.7'
end

0 comments on commit 930bdc0

Please sign in to comment.