Skip to content

Commit

Permalink
add rails 7.1.1 to Appraisals
Browse files Browse the repository at this point in the history
  • Loading branch information
skaes committed Nov 12, 2023
1 parent 89753c6 commit 7fa666c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ appraisals = [
"6.0.6.1",
"6.1.7.6",
"7.0.8",
"7.1.0"
"7.1.0",
"7.1.1"
]

appraisals.insert(0, "5.2.8.1") if Gem::Version.new(RUBY_VERSION) < Gem::Version.new("3.0.0")
Expand Down

0 comments on commit 7fa666c

Please sign in to comment.