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

Commit 62abb69

Browse files
committed
why so difficult jruby
1 parent f705d2f commit 62abb69

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/rspec/support/ruby_features.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,9 @@ def ripper_supported?
122122
true
123123
end
124124
else
125+
if Ruby.jruby?
126+
puts ripper_requirements
127+
end
125128
def ripper_supported?
126129
false
127130
end

0 commit comments

Comments
 (0)