diff --git a/Gemfile b/Gemfile index c4041bb..50b6641 100644 --- a/Gemfile +++ b/Gemfile @@ -44,7 +44,7 @@ end group :development do # Access an interactive console on exception pages or by calling 'console' anywhere in the code. - gem 'listen', '>= 3.0.5', '< 3.6' + gem 'listen', '>= 3.0.5', '< 3.8' gem 'web-console', '>= 3.3.0' # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring gem 'spring' diff --git a/Gemfile.lock b/Gemfile.lock index 1456560..ec7eb4c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -88,7 +88,7 @@ GEM crass (1.0.6) erubi (1.10.0) execjs (2.7.0) - ffi (1.15.0) + ffi (1.15.3) globalid (0.4.2) activesupport (>= 4.2.0) i18n (1.8.10) @@ -99,7 +99,7 @@ GEM rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) thor (>= 0.14, < 2.0) - listen (3.5.1) + listen (3.7.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) loofah (2.10.0) @@ -158,7 +158,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 (2.0.3) @@ -229,7 +229,7 @@ DEPENDENCIES capybara (>= 2.15) jbuilder (~> 2.11) jquery-rails - listen (>= 3.0.5, < 3.6) + listen (>= 3.0.5, < 3.8) pg (~> 1.2) puma (~> 5.3) rails (~> 6.1.3)