diff --git a/Gemfile b/Gemfile index 2602de4c44..64d9d7d888 100644 --- a/Gemfile +++ b/Gemfile @@ -150,7 +150,7 @@ end group :development do # Access an interactive console on exception pages or by calling 'console' anywhere in the code. - gem "listen", "~> 3.7.1" + gem "listen", "~> 3.9.0" gem "web-console", ">= 4.2.0" # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring diff --git a/Gemfile.lock b/Gemfile.lock index 3ef879b379..cf192254bf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -259,7 +259,8 @@ GEM faraday (>= 0.9, < 2.0) stoplight (>= 2.1, < 4.0) fastimage (2.3.1) - ffi (1.15.5) + ffi (1.17.0) + ffi (1.17.0-x86_64-linux-gnu) foreman (0.88.1) fugit (1.11.0) et-orbi (~> 1, >= 1.2.11) @@ -356,7 +357,7 @@ GEM kramdown-parser-gfm (1.1.0) kramdown (~> 2.0) language_server-protocol (3.17.0.3) - listen (3.7.1) + listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) loaf (0.10.0) @@ -475,7 +476,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) redis (5.3.0) redis-client (>= 0.22.0) @@ -681,7 +682,7 @@ DEPENDENCIES kaminari (~> 1.2, >= 1.2.2) knapsack kramdown (>= 2.4.0) - listen (~> 3.7.1) + listen (~> 3.9.0) loaf (>= 0.10.0) logger (>= 1.5.1) matrix (>= 0.4.2)