diff --git a/playbook-website/Gemfile b/playbook-website/Gemfile index 8fcc3532b3..9b1bbafd4c 100644 --- a/playbook-website/Gemfile +++ b/playbook-website/Gemfile @@ -35,7 +35,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.2" + gem "listen", ">= 3.0.5", "< 3.8.1" 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 "better_errors", "2.9.1" diff --git a/playbook-website/Gemfile.lock b/playbook-website/Gemfile.lock index 7f70e7920f..496e74129f 100644 --- a/playbook-website/Gemfile.lock +++ b/playbook-website/Gemfile.lock @@ -119,7 +119,7 @@ GEM concurrent-ruby (~> 1.0) io-like (0.3.1) json (2.6.2) - listen (3.7.1) + listen (3.8.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) loofah (2.18.0) @@ -278,7 +278,7 @@ DEPENDENCIES capybara (>= 2.15) chromedriver-helper health_check - listen (>= 3.0.5, < 3.7.2) + listen (>= 3.0.5, < 3.8.1) playbook_ui! psych (< 4) puma (~> 5.6)