diff --git a/Gemfile b/Gemfile index 3778775..ab1d4c7 100644 --- a/Gemfile +++ b/Gemfile @@ -52,7 +52,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.7" + 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 diff --git a/Gemfile.lock b/Gemfile.lock index 75caa8a..4e58008 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -89,7 +89,7 @@ GEM dotenv (= 2.7.6) railties (>= 3.2) erubi (1.10.0) - ffi (1.15.3) + ffi (1.15.5) foreman (0.87.2) globalid (0.5.2) activesupport (>= 5.0) @@ -104,7 +104,7 @@ GEM deep_merge (~> 1.2.1) i18n (1.8.10) concurrent-ruby (~> 1.0) - listen (3.6.0) + listen (3.7.1) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) loofah (2.12.0) @@ -281,7 +281,7 @@ DEPENDENCIES foreman govuk-components govuk_design_system_formbuilder - listen (>= 3.0.5, < 3.7) + listen (>= 3.0.5, < 3.8) pg (>= 0.18, < 2.0) pry-byebug puma (~> 5.3)