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

Commit ee6e060

Browse files
committed
why so difficult jruby
1 parent f705d2f commit ee6e060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rspec/support/ruby_features.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def supports_taint?
114114
# Ripper on JRuby 9.x.x.x < 9.1.17.0 can't handle keyword arguments
115115
# Neither can JRuby 9.2, e.g. < 9.2.1.0
116116
ripper_requirements.push(!Ruby.jruby_version.between?('9.0.0.0.rc1', '9.1.16.0'))
117-
ripper_requirements.push(!Ruby.jruby_version.between?('9.1.16.0', '9.2.0.0'))
117+
ripper_requirements.push(!Ruby.jruby_version.between?('9.1.999.0', '9.2.999.0'))
118118
end
119119

120120
if ripper_requirements.all?

0 commit comments

Comments
 (0)