Skip to content

Commit

Permalink
Add Rails 7.1, limit Rails edge to MRI 3.1+
Browse files Browse the repository at this point in the history
  • Loading branch information
pat committed Jan 14, 2024
1 parent 816dc2f commit 72d72f6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,14 @@ if RUBY_VERSION.to_f >= 2.7
gem "sqlite3", "~> 1.4"
end

appraise "rails-7.1" do
gem "rails", "~> 7.1.2"
gem "mysql2", "~> 0.5.0"
gem "sqlite3", "~> 1.4"
end
end

if RUBY_VERSION.to_f >= 3.1
appraise "rails-edge" do
gem "rails", :git => "https://github.com/rails/rails.git", :branch => "main"
gem "mysql2", "~> 0.5.0"
Expand Down

0 comments on commit 72d72f6

Please sign in to comment.