# File lib/webmock/util/version_checker.rb, line 39
    def check_version!
      warn_about_too_low if too_low?
      warn_about_too_high if too_high?
      warn_about_unsupported_version if unsupported_version?
    end