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

Commit f017880

Browse files
committed
Remove warning ignores for unsupported rubies
1 parent 0291798 commit f017880

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

lib/rspec/support/spec/shell_out.rb

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +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},
50-
# This is a JRuby file that generates warnings on 9.1.7.0
51-
%r{org/jruby/RubyKernel\.java},
52-
# This is a JRuby gem that generates warnings on 9.1.7.0
53-
%r{ffi-1\.13\.\d+-java},
54-
%r{uninitialized constant FFI},
5548
# These are related to the above, there is a warning about io from FFI
5649
%r{jruby-\d\.\d\.\d\.\d/lib/ruby/stdlib/io},
5750
%r{io/console on JRuby shells out to stty for most operations},

0 commit comments

Comments
 (0)