We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0391c89 commit 0451f5aCopy full SHA for 0451f5a
lib/vcr/util/version_checker.rb
@@ -30,12 +30,12 @@ def too_high?
30
31
def raise_too_low_error
32
raise LibraryVersionTooLowError, "You are using #{@library_name} #{@library_version}. " +
33
- "VCR requires version #{@version_requirement}."
+ "VCR requires version #{version_requirement}."
34
end
35
36
def warn_about_too_high
37
Kernel.warn "You are using #{@library_name} #{@library_version}. " +
38
- "VCR is known to work with #{@library_name} #{@version_requirement}. " +
+ "VCR is known to work with #{@library_name} #{version_requirement}. " +
39
"It may not work with this version."
40
41
0 commit comments