# frozen_string_literal: true begin require "rubygems/timeout" rescue LoadError require "timeout" Gem::Timeout = Timeout end