File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ appraise "ruby-3-3" do
187187 remove_gem "appraisal" # only present because it must be in the gemfile because we target a git branch
188188end
189189
190- # Only run security audit on latest Ruby version
190+ # Only run security audit on the latest version of Ruby
191191appraise "audit" do
192192 gem "mutex_m" , "~> 0.2"
193193 gem "stringio" , "~> 3.0"
@@ -201,7 +201,7 @@ appraise "audit" do
201201 remove_gem "appraisal" # only present because it must be in the gemfile because we target a git branch
202202end
203203
204- # Only run coverage on latest Ruby version
204+ # Only run coverage on the latest version of Ruby
205205appraise "coverage" do
206206 gem "mutex_m" , "~> 0.2"
207207 gem "stringio" , "~> 3.0"
@@ -215,7 +215,7 @@ appraise "coverage" do
215215 remove_gem "appraisal" # only present because it must be in the gemfile because we target a git branch
216216end
217217
218- # Only run linter on latest Ruby version (but, in support of oldest supported Ruby version)
218+ # Only run linter on the latest version of Ruby (but, in support of oldest supported Ruby version)
219219appraise "style" do
220220 gem "mutex_m" , "~> 0.2"
221221 gem "stringio" , "~> 3.0"
You can’t perform that action at this time.
0 commit comments