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

Commit c83eea8

Browse files
committed
JRuby 9.1.7.0 produces a warning from rubygems, ignore it
1 parent 6bb1d84 commit c83eea8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/rspec/support/spec/shell_out.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ def strip_known_warnings(input)
5959
l =~ %r{bundler/source/rubygems} ||
6060
# Ignore bundler + rubygems warning.
6161
l =~ %r{site_ruby/\d\.\d\.\d/rubygems} ||
62+
l =~ %r{jruby-\d\.\d\.\d\.\d/lib/ruby/stdlib/rubygems} ||
6263
# This is required for windows for some reason
6364
l =~ %r{lib/bundler/rubygems} ||
6465
# This is a JRuby file that generates warnings on 9.0.3.0

0 commit comments

Comments
 (0)