Skip to content

Commit

Permalink
Expand JRuby ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
JonRowe committed Mar 12, 2023
1 parent e9c2e22 commit d43930e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/rspec/support/spec/shell_out.rb
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ def run_ruby_with_current_load_path(ruby_command, *flags)
%r{jruby/kernel/gem_prelude},
%r{lib/jruby\.jar!/jruby/preludes},
# Ignore some JRuby errors for gems
%r{jruby/\d\.\d\.\d/gems/aruba},
%r{jruby/\d\.\d\.\d/gems/ffi},
%r{jruby/\d\.\d(\.\d)?/gems/aruba},
%r{jruby/\d\.\d(\.\d)?/gems/ffi},
]

def strip_known_warnings(input)
Expand Down

0 comments on commit d43930e

Please sign in to comment.