From c5acf331c00da5db0c61bb3496b666ac26750036 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 05:15:03 +0000 Subject: [PATCH] Update listen requirement from ~> 3.1.5 to ~> 3.5.0 Updates the requirements on [listen](https://github.com/guard/listen) to permit the latest version. - [Release notes](https://github.com/guard/listen/releases) - [Commits](https://github.com/guard/listen/compare/v3.1.5...v3.5.0) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 67d4fa2..b9d75e4 100644 --- a/Gemfile +++ b/Gemfile @@ -19,7 +19,7 @@ end group :development do gem 'web-console' - gem 'listen', '~> 3.1.5' + gem 'listen', '~> 3.5.0' end gem 'wdm', '>= 0.1.0' if Gem.win_platform?