From 978c8cfdc52b5ac15a87507ae4c4680e9a36af2e Mon Sep 17 00:00:00 2001 From: Ryan Baumann Date: Wed, 13 Oct 2021 16:04:40 -0400 Subject: [PATCH] Fix SyntaxError: unterminated string meets end of file This is meant to be a deprecation warning, but currently any code that loads this file will raise a SyntaxError. --- lib/dalli/cas/client.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dalli/cas/client.rb b/lib/dalli/cas/client.rb index 7508ab53..4987fe1d 100644 --- a/lib/dalli/cas/client.rb +++ b/lib/dalli/cas/client.rb @@ -1 +1 @@ -puts "You can remove `require 'dalli/cas/client'` as this code has been rolled into the standard 'dalli/client'. +puts "You can remove `require 'dalli/cas/client'` as this code has been rolled into the standard 'dalli/client'."