From aa4b7cb22d50fe4886adf93e13e719ea6592b836 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Jan 2022 18:40:16 +0000 Subject: [PATCH] Bump listen from 3.4.1 to 3.7.1 Bumps [listen](https://github.com/guard/listen) from 3.4.1 to 3.7.1. - [Release notes](https://github.com/guard/listen/releases) - [Commits](https://github.com/guard/listen/compare/v3.4.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 | 12 +++++++----- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 086c82c..c0313c2 100644 --- a/Gemfile +++ b/Gemfile @@ -34,7 +34,7 @@ group :development do # Display performance information such as SQL time and flame graphs for each request in your browser. # Can be configured to work on production as well see: https://github.com/MiniProfiler/rack-mini-profiler/blob/master/README.md gem 'rack-mini-profiler', '~> 2.0' - gem 'listen', '~> 3.3' + 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 e10b481..05849c7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -90,8 +90,8 @@ GEM multipart-post (>= 1.2, < 3) ruby2_keywords faraday-net_http (1.0.1) - ffi (1.14.2) - ffi (1.14.2-x64-mingw32) + ffi (1.15.5) + ffi (1.15.5-x64-mingw32) globalid (0.4.2) activesupport (>= 4.2.0) hashdiff (1.0.1) @@ -100,7 +100,7 @@ GEM jbuilder (2.10.1) activesupport (>= 5.0.0) jwt (2.2.2) - listen (3.4.1) + listen (3.7.1) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) loofah (2.9.0) @@ -123,6 +123,8 @@ GEM racc (~> 1.4) nokogiri (1.11.2-x64-mingw32) racc (~> 1.4) + nokogiri (1.11.2-x86_64-darwin) + racc (~> 1.4) nokogiri (1.11.2-x86_64-linux) racc (~> 1.4) popper_js (1.16.0) @@ -168,7 +170,7 @@ GEM rake (>= 0.8.7) thor (~> 1.0) rake (13.0.3) - rb-fsevent (0.10.4) + rb-fsevent (0.11.0) rb-inotify (0.10.1) ffi (~> 1.0) rexml (3.2.4) @@ -263,7 +265,7 @@ DEPENDENCIES byebug dotenv-rails jbuilder (~> 2.7) - listen (~> 3.3) + listen (~> 3.7) puma (~> 5.0) rack-mini-profiler (~> 2.0) rails (~> 6.1.3)