# File lib/rhc/rest/api.rb, line 66 def warn_about_api_versions if !api_version_match? warn "WARNING: API version mismatch. This client supports #{client_api_versions.join(', ')} but server at #{URI.parse(client.url).host} supports #{@server_api_versions.join(', ')}." warn "The client version may be outdated; please consider updating 'rhc'. We will continue, but you may encounter problems." end end