From 18a276f8e1287cfa959b6e0d7e3e1518b42c98a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jun 2022 16:03:21 +0000 Subject: [PATCH] Bump listen from 3.5.1 to 3.7.1 Bumps [listen](https://github.com/guard/listen) from 3.5.1 to 3.7.1. - [Release notes](https://github.com/guard/listen/releases) - [Commits](https://github.com/guard/listen/compare/v3.5.1...v3.7.1) --- updated-dependencies: - dependency-name: listen dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 5a9cdbe1..2bdae077 100644 --- a/Gemfile +++ b/Gemfile @@ -61,7 +61,7 @@ group :development do gem 'letter_opener' gem 'brakeman' - gem 'listen', '~> 3.5' + gem 'listen', '~> 3.7' # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring gem 'spring' end diff --git a/Gemfile.lock b/Gemfile.lock index a120f417..c5ede3b0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -176,7 +176,7 @@ GEM faraday (>= 0.8) faraday-net_http (1.0.1) faraday-net_http_persistent (1.1.0) - ffi (1.15.0) + ffi (1.15.5) font-awesome-sass (5.15.1) sassc (>= 1.11) generator_spec (0.9.4) @@ -214,7 +214,7 @@ GEM addressable (~> 2.3) letter_opener (1.7.0) launchy (~> 2.2) - listen (3.5.1) + listen (3.7.1) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) loofah (2.9.1) @@ -295,7 +295,7 @@ GEM thor (>= 0.18.1, < 2.0) rainbow (3.0.0) rake (13.0.3) - rb-fsevent (0.10.4) + rb-fsevent (0.11.1) rb-inotify (0.10.1) ffi (~> 1.0) rchardet (1.8.0) @@ -446,7 +446,7 @@ DEPENDENCIES generator_spec (~> 0.9.4) jquery-rails letter_opener - listen (~> 3.5) + listen (~> 3.7) mysql2 (~> 0.4.10) nokogiri (~> 1.13.6) om