From 788a5f2a2eb9462ede25b1d3a8f3a775bf767b60 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 26 Jul 2021 13:51:32 +0000 Subject: [PATCH] Bump listen from 3.5.1 to 3.6.0 Bumps [listen](https://github.com/guard/listen) from 3.5.1 to 3.6.0. - [Release notes](https://github.com/guard/listen/releases) - [Commits](https://github.com/guard/listen/compare/v3.5.1...v3.6.0) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 5d4c572..40437d9 100644 --- a/Gemfile +++ b/Gemfile @@ -32,7 +32,7 @@ group :development, :test do end group :development do - gem "listen", ">= 3.0.5", "< 3.6" + gem "listen", ">= 3.0.5", "< 3.7" # 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.0.0" diff --git a/Gemfile.lock b/Gemfile.lock index 890513a..f57c8bd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -104,7 +104,7 @@ GEM erubi (1.10.0) faraday (1.0.1) multipart-post (>= 1.2, < 3) - ffi (1.15.1) + ffi (1.15.3) globalid (0.4.2) activesupport (>= 4.2.0) hashdiff (1.0.1) @@ -116,7 +116,7 @@ GEM jbuilder (2.11.2) activesupport (>= 5.0.0) jmespath (1.4.0) - listen (3.5.1) + listen (3.6.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) loofah (2.8.0) @@ -282,7 +282,7 @@ DEPENDENCIES htmlentities iso_country_codes jbuilder (~> 2.11) - listen (>= 3.0.5, < 3.6) + listen (>= 3.0.5, < 3.7) puma (~> 5.3) rails rspec-rails (~> 4.0)