diff --git a/Gemfile b/Gemfile index c833527..a3b2a34 100644 --- a/Gemfile +++ b/Gemfile @@ -65,7 +65,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.8' + 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.1.0' diff --git a/Gemfile.lock b/Gemfile.lock index 254cb04..86c6d46 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -179,7 +179,7 @@ GEM railties (>= 4.1) jwt (2.7.0) libv8 (8.4.255.0) - listen (3.7.1) + listen (3.8.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) loofah (2.21.3) @@ -411,7 +411,7 @@ DEPENDENCIES factory_bot_rails faker fuubar - listen (>= 3.0.5, < 3.8) + listen (>= 3.0.5, < 3.9) mini_racer pg (>= 0.18, < 2.0) pry-rails