From 015a5ad4919c72caa6ed4648a46f7f54f54ad260 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 19:08:25 +0000 Subject: [PATCH] Bump listen from 3.4.0 to 3.8.0 in /phone_number_task Bumps [listen](https://github.com/guard/listen) from 3.4.0 to 3.8.0. - [Release notes](https://github.com/guard/listen/releases) - [Commits](https://github.com/guard/listen/compare/v3.4.0...v3.8.0) --- updated-dependencies: - dependency-name: listen dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- phone_number_task/Gemfile | 2 +- phone_number_task/Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/phone_number_task/Gemfile b/phone_number_task/Gemfile index 5291173..95220a3 100644 --- a/phone_number_task/Gemfile +++ b/phone_number_task/Gemfile @@ -40,7 +40,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.8' # 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/phone_number_task/Gemfile.lock b/phone_number_task/Gemfile.lock index 2783af9..a9c9d5f 100644 --- a/phone_number_task/Gemfile.lock +++ b/phone_number_task/Gemfile.lock @@ -85,14 +85,14 @@ GEM crass (1.0.6) erubi (1.10.0) execjs (2.7.0) - ffi (1.14.2) + ffi (1.15.5) globalid (0.4.2) activesupport (>= 4.2.0) i18n (1.8.7) concurrent-ruby (~> 1.0) jbuilder (2.10.1) activesupport (>= 5.0.0) - listen (3.4.0) + listen (3.8.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) loofah (2.8.0) @@ -150,7 +150,7 @@ GEM rake (>= 0.8.7) thor (~> 1.0) rake (13.0.3) - rb-fsevent (0.10.4) + rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) react-rails (2.6.1) @@ -220,7 +220,7 @@ DEPENDENCIES byebug capybara (>= 3.26) jbuilder (~> 2.7) - listen (~> 3.3) + listen (~> 3.8) puma (~> 5.0) rack-mini-profiler (~> 2.0) rails (~> 6.1.1)