Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit 048eedd

Browse files
committed
Remove filtering for unsupported rubies
1 parent a9ab522 commit 048eedd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/rspec/support/spec/shell_out.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ def run_ruby_with_current_load_path(ruby_command, *flags)
4545
%r{jruby-\d\.\d\.\d+\.\d/lib/ruby/stdlib/rubygems},
4646
# This is required for windows for some reason
4747
%r{lib/bundler/rubygems},
48-
# This is a JRuby file that generates warnings on 9.0.3.0
49-
%r{lib/ruby/stdlib/jar},
5048
# This is a JRuby file that generates warnings on 9.1.7.0
5149
%r{org/jruby/RubyKernel\.java},
5250
# This is a JRuby gem that generates warnings on 9.1.7.0

0 commit comments

Comments
 (0)