From 8b32d40d50663acbbd0838dd3abcc219f3dbdc29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Aug 2021 12:00:32 +0000 Subject: [PATCH] Bump listen from 3.6.0 to 3.7.0 Bumps [listen](https://github.com/guard/listen) from 3.6.0 to 3.7.0. - [Release notes](https://github.com/guard/listen/releases) - [Commits](https://github.com/guard/listen/compare/v3.6.0...v3.7.0) --- updated-dependencies: - dependency-name: listen dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index a48b97ca..3563cb05 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,7 @@ gem 'uglifier' gem 'passenger', '>= 5.3.2', require: 'phusion_passenger/rack_handler' group :development do - gem 'listen', '>= 3.0.5', '< 3.7' + gem 'listen', '>= 3.0.5', '< 3.8' end group :development, :test do diff --git a/Gemfile.lock b/Gemfile.lock index c7e5efe9..e5c1a9db 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -110,7 +110,7 @@ GEM jmespath (1.4.0) json (2.5.1) kgio (2.11.4) - listen (3.6.0) + listen (3.7.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) loofah (2.10.0) @@ -243,7 +243,7 @@ DEPENDENCIES capybara figaro (~> 1.2.0) jbuilder - listen (>= 3.0.5, < 3.7) + listen (>= 3.0.5, < 3.8) mimemagic (~> 0.4.3) mina (~> 1.2.4) passenger (>= 5.3.2)