diff --git a/Gemfile b/Gemfile index 344c970..0e9de6d 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.0.5', '< 3.7' + gem 'listen', '>= 3.0.5', '< 3.9' # 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 baa187e..d9e6dd7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -79,14 +79,14 @@ GEM concurrent-ruby (1.1.9) crass (1.0.6) erubi (1.10.0) - ffi (1.15.3) + 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.6.0) + listen (3.8.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) loofah (2.10.0) @@ -141,7 +141,7 @@ GEM rake (>= 0.13) thor (~> 1.0) rake (13.0.3) - rb-fsevent (0.11.0) + rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) regexp_parser (2.1.1) @@ -202,7 +202,7 @@ DEPENDENCIES byebug capybara (>= 2.15) jbuilder (~> 2.7) - listen (>= 3.0.5, < 3.7) + listen (>= 3.0.5, < 3.9) pg (>= 0.18, < 2.0) puma (~> 5.4) rails (~> 6.1.4)