diff --git a/Gemfile b/Gemfile index 0209ab954..df3ac7981 100644 --- a/Gemfile +++ b/Gemfile @@ -219,7 +219,7 @@ group :development do gem "turbo_dev_assets", "0.0.2" - gem "listen", "3.8.0" + gem "listen", "3.9.0" end group :test do diff --git a/Gemfile.lock b/Gemfile.lock index e6002ef4e..601ff3e66 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -386,7 +386,7 @@ GEM leaflet-rails (1.9.4) actionpack (>= 4.2.0) railties (>= 4.2.0) - listen (3.8.0) + listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) little-plugger (1.1.4) @@ -601,7 +601,7 @@ GEM rainbow (3.1.1) rake (13.2.1) rb-fsevent (0.11.2) - rb-inotify (0.10.1) + rb-inotify (0.11.1) ffi (~> 1.0) redcarpet (3.6.0) redis (4.8.1) @@ -845,7 +845,7 @@ DEPENDENCIES json (= 2.7.2) json-schema (= 4.3.0) leaflet-rails (= 1.9.4) - listen (= 3.8.0) + listen (= 3.9.0) logging-rails (= 0.6.0) mini_magick (= 4.12.0) minitest (= 5.23.1)