From b50fff3e817a2bd775080c4e391be683ba851e1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jan 2023 00:00:38 +0000 Subject: [PATCH] Bump listen from 3.7.1 to 3.8.0 in /rails Bumps [listen](https://github.com/guard/listen) from 3.7.1 to 3.8.0. - [Release notes](https://github.com/guard/listen/releases) - [Commits](https://github.com/guard/listen/compare/v3.7.1...v3.8.0) --- updated-dependencies: - dependency-name: listen dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- rails/Gemfile | 2 +- rails/Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/rails/Gemfile b/rails/Gemfile index 986e992..317fe01 100644 --- a/rails/Gemfile +++ b/rails/Gemfile @@ -39,7 +39,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', '~> 3.0' - gem 'listen', '~> 3.7' + gem 'listen', '~> 3.8' # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring gem 'spring' gem 'spring-commands-rspec' diff --git a/rails/Gemfile.lock b/rails/Gemfile.lock index 1dac03c..4f8321b 100644 --- a/rails/Gemfile.lock +++ b/rails/Gemfile.lock @@ -85,7 +85,7 @@ GEM i18n (1.12.0) concurrent-ruby (~> 1.0) json (2.6.1) - listen (3.7.1) + listen (3.8.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) loofah (2.16.0) @@ -139,7 +139,7 @@ GEM rake (>= 0.13) thor (~> 1.0) rake (13.0.6) - rb-fsevent (0.11.1) + rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) rspec-core (3.11.0) @@ -206,7 +206,7 @@ DEPENDENCIES factory_bot_rails faker json (>= 2.3.0) - listen (~> 3.7) + listen (~> 3.8) mysql2 (>= 0.4.4) puma (~> 5.6) rack-mini-profiler (~> 3.0)