From 49f868ed33a8f9f817a1f1b3fb4bc75147e2f1bf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 18:32:11 +0000 Subject: [PATCH] Update dependency listen to ">= 3.0.5", "< 3.8.1" --- playbook-website/Gemfile | 2 +- playbook-website/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 f8919065af..cc093c8945 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)