We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4baab92 commit 2f0f78dCopy full SHA for 2f0f78d
.gitignore
@@ -16,5 +16,7 @@
16
17
# Packaging Artifacts
18
*.gem
19
+
20
+# gemfile locks for CI
21
gemfiles/*.gemfile.lock
22
Appraisal.*.gemfile.lock
Appraisals
@@ -72,12 +72,6 @@ appraise "ruby-3-3" do
72
remove_gem "appraisal" # only present because it must be in the gemfile because we target a git branch
73
end
74
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
-
81
# Only run security audit on latest Ruby version
82
appraise "audit" do
83
gem "mutex_m", "~> 0.2"
gemfiles/ruby_3_4.gemfile
0 commit comments