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 d42e789
Show file tree
Hide file tree
Showing 2 changed files with 15 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
9 changes: 9 additions & 0 deletions gemfiles/rails_7_2.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# This file was generated by Appraisal

source "https://rubygems.org"

gem "activerecord"
gem "railties", "~> 7.2.1"
gem "sqlite3", "~> 1.7"

gemspec path: "../"

0 comments on commit d42e789

Please sign in to comment.