From eebad82e7c622f0f881faf998394007e38082cf1 Mon Sep 17 00:00:00 2001 From: Yoshiyuki Hirano Date: Mon, 9 Apr 2018 05:05:13 +0900 Subject: Fix turbolinks warning in railties test * Upgrade turbolinks from v5.0.1 to v5.1.0 * Fix warning in railties test lib/turbolinks/assertions.rb:17: warning: assigned but unused variable - visit_action --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index dba0848cd7..ccdb825ada 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -460,9 +460,9 @@ GEM thread_safe (0.3.6) thread_safe (0.3.6-java) tilt (2.0.8) - turbolinks (5.0.1) - turbolinks-source (~> 5) - turbolinks-source (5.0.3) + turbolinks (5.1.1) + turbolinks-source (~> 5.1) + turbolinks-source (5.1.0) tzinfo (1.2.3) thread_safe (~> 0.1) tzinfo-data (1.2017.2) -- cgit v1.2.3