Skip to content

Commit

Permalink
test latest safe rails versions
Browse files Browse the repository at this point in the history
  • Loading branch information
skaes committed Jul 10, 2024
1 parent 8f80f6d commit 71882d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Appraisals
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
appraisals = []
appraisals << "6.0.6.1" if Gem::Version.new(RUBY_VERSION) < Gem::Version.new("3.1.0")
appraisals << "6.1.7.7"
appraisals << "7.0.8.3"
appraisals << "7.1.3.3"
appraisals << "6.1.7.8"
appraisals << "7.0.8.4"
appraisals << "7.1.3.4"

appraisals.each do |rails_version|
appraise "rails-#{rails_version}" do
Expand Down

0 comments on commit 71882d2

Please sign in to comment.