Skip to content

Commit 0451f5a

Browse files
committed
Woops, it's a method not an ivar.
1 parent 0391c89 commit 0451f5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/vcr/util/version_checker.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ def too_high?
3030

3131
def raise_too_low_error
3232
raise LibraryVersionTooLowError, "You are using #{@library_name} #{@library_version}. " +
33-
"VCR requires version #{@version_requirement}."
33+
"VCR requires version #{version_requirement}."
3434
end
3535

3636
def warn_about_too_high
3737
Kernel.warn "You are using #{@library_name} #{@library_version}. " +
38-
"VCR is known to work with #{@library_name} #{@version_requirement}. " +
38+
"VCR is known to work with #{@library_name} #{version_requirement}. " +
3939
"It may not work with this version."
4040
end
4141

0 commit comments

Comments
 (0)