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 feda183 commit 7dea45fCopy full SHA for 7dea45f
Rakefile
@@ -12,7 +12,7 @@ end
12
13
desc "Run specs"
14
task :spec do
15
- sh %{#{FileUtils::RUBY} #{"-w" if RUBY_VERSION >= '3'} spec/all.rb}
+ sh %{#{FileUtils::RUBY} #{"-w" if RUBY_VERSION >= '3'} #{'-W:strict_unused_block' if RUBY_VERSION >= '3.4'} spec/all.rb}
16
end
17
18
desc "Run specs with coverage"
0 commit comments