From 774514659b823dd2374dce93e9f0ba2073aa3731 Mon Sep 17 00:00:00 2001 From: Ryuta Kamizono Date: Tue, 11 Feb 2020 08:46:14 +0900 Subject: [PATCH] Fix "instance variable @same_site not initialized" warnings Ref https://github.com/rack/rack/pull/1587. --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index dfaeeb6349164..fc2e2561dbab8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -367,7 +367,7 @@ GEM thor raabro (1.1.6) racc (1.4.16) - rack (2.2.1) + rack (2.2.2) rack-cache (1.10.0) rack (>= 0.4) rack-protection (2.0.7)