You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The gemspec already requires Ruby >= 2.7, so RUBY_VERSION < "2.5"/"2.6"
guards are dead code. Trim the runtime checks in result_adapter_spec.rb
and the @rails6 / @Ruby26 cucumber gates, and condense the historical
Ruby 2.5/2.6 coverage-API commentary in simplecov.rb. The remaining
runtime feature detection (`coverage_start_arguments_supported?`,
TruffleRuby/JRuby engine skips) is preserved — those guard alternate
engines, not Ruby versions.
0 commit comments