From 091761b744a59ff93cb23ce42f251df5ef92f051 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Jan 2023 16:06:04 +0000 Subject: [PATCH] build(deps-dev): bump listen from 3.7.1 to 3.8.0 in /sample 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] --- sample/Gemfile | 2 +- sample/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sample/Gemfile b/sample/Gemfile index fdadd40..67869c5 100644 --- a/sample/Gemfile +++ b/sample/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', '~> 2.3' - 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 'dotenv', '~> 0.11.1' diff --git a/sample/Gemfile.lock b/sample/Gemfile.lock index f86e003..a832ef5 100644 --- a/sample/Gemfile.lock +++ b/sample/Gemfile.lock @@ -94,7 +94,7 @@ GEM i18n (1.12.0) concurrent-ruby (~> 1.0) jwt (2.5.0) - listen (3.7.1) + listen (3.8.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) loofah (2.19.1) @@ -241,7 +241,7 @@ DEPENDENCIES byebug capybara (>= 3.37.1) dotenv (~> 0.11.1) - listen (~> 3.7) + listen (~> 3.8) omniauth-auth0 (~> 3.0) omniauth-rails_csrf_protection (~> 1.0, >= 1.0.1) puma (~> 5.6)