Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions lib/parallel/forkmanager.rb
Original file line number Diff line number Diff line change
Expand Up @@ -736,6 +736,7 @@ def setup_instance_variables(max_procs, params)
def check_ruby_version
return if RUBY_VERSION.start_with?("1.9")
return if RUBY_VERSION.start_with?("2.")
return if RUBY_VERSION.start_with?("3.")
fail "Unsupported Ruby version #{RUBY_VERSION}!"
end
end # class
Expand Down