Skip to content

Commit

Permalink
Test against Rails 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yuki24 committed Aug 15, 2024
1 parent c8a3d04 commit e6d42b5
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 @@ -49,6 +49,12 @@ appraise "rails_71" do
gem "railties", "~> 7.1.0"
end

appraise "rails_72" do
gem "activesupport", "~> 7.2.0"
gem "actionpack", "~> 7.2.0"
gem "railties", "~> 7.2.0"
end

appraise "rails_edge" do
git 'https://github.com/rails/rails.git' do
gem "activesupport", require: 'active_support'
Expand Down
9 changes: 9 additions & 0 deletions gemfiles/rails_72.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 "activesupport", "~> 7.2.0"
gem "actionpack", "~> 7.2.0"
gem "railties", "~> 7.2.0"

gemspec path: "../"

0 comments on commit e6d42b5

Please sign in to comment.