diff --git a/Gemfile b/Gemfile index 888728c..e8e06a7 100644 --- a/Gemfile +++ b/Gemfile @@ -34,7 +34,7 @@ end group :development do # Access an interactive console on exception pages or by calling 'console' anywhere in the code. gem 'web-console', '>= 3.3.0' - gem 'listen', '~> 3.2' + gem 'listen', '~> 3.7' # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring gem 'spring' gem 'spring-watcher-listen', '~> 2.0.0' diff --git a/Gemfile.lock b/Gemfile.lock index a6e3e24..aca58ee 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -79,14 +79,14 @@ GEM concurrent-ruby (1.1.8) crass (1.0.6) erubi (1.10.0) - ffi (1.13.1) + ffi (1.15.5) globalid (0.4.2) activesupport (>= 4.2.0) i18n (1.8.10) concurrent-ruby (~> 1.0) jbuilder (2.11.2) activesupport (>= 5.0.0) - listen (3.3.1) + listen (3.7.1) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) loofah (2.9.1) @@ -140,7 +140,7 @@ GEM rake (>= 0.8.7) thor (~> 1.0) rake (13.0.3) - rb-fsevent (0.10.4) + rb-fsevent (0.11.0) rb-inotify (0.10.1) ffi (~> 1.0) regexp_parser (1.8.2) @@ -202,7 +202,7 @@ DEPENDENCIES byebug capybara (>= 2.15) jbuilder (~> 2.11) - listen (~> 3.2) + listen (~> 3.7) puma (~> 5.2) rails (~> 6.1.3) sass-rails (>= 6)