Skip to content

Commit 2f0f78d

Browse files
committed
🔥 Ruby 3.4 appraisal is redundant with "current"
1 parent 4baab92 commit 2f0f78d

File tree

3 files changed

+2
-14
lines changed

3 files changed

+2
-14
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,7 @@
1616

1717
# Packaging Artifacts
1818
*.gem
19+
20+
# gemfile locks for CI
1921
gemfiles/*.gemfile.lock
2022
Appraisal.*.gemfile.lock

Appraisals

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,6 @@ appraise "ruby-3-3" do
7272
remove_gem "appraisal" # only present because it must be in the gemfile because we target a git branch
7373
end
7474

75-
appraise "ruby-3-4" do
76-
gem "mutex_m", "~> 0.2"
77-
gem "stringio", "~> 3.0"
78-
remove_gem "appraisal" # only present because it must be in the gemfile because we target a git branch
79-
end
80-
8175
# Only run security audit on latest Ruby version
8276
appraise "audit" do
8377
gem "mutex_m", "~> 0.2"

gemfiles/ruby_3_4.gemfile

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)