From e4bb432f4d094738d154cfe7049d9cb95469a6b8 Mon Sep 17 00:00:00 2001 From: Koji Onishi Date: Sat, 30 Jan 2021 10:37:37 +0900 Subject: [PATCH] update listen gem Using latest version enables us to run tests against Ruby3.0 https://github.com/guard/listen/pull/490 --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index fa717693..ea6fc6fe 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -57,7 +57,7 @@ GEM erubi (1.9.0) faker (2.15.1) i18n (>= 1.6, < 2) - ffi (1.13.1) + ffi (1.14.2) formatador (0.2.5) fuubar (2.5.0) rspec-core (~> 3.0) @@ -84,7 +84,7 @@ GEM concurrent-ruby (~> 1.0) json (2.3.1) jwt (2.2.2) - listen (3.2.1) + listen (3.4.1) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) loofah (2.7.0)