From 7731efbc22d0272f371471aca078f5edeb31f4d4 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 1 Jun 2022 10:11:15 +0000
Subject: [PATCH] Bump listen from 3.3.4 to 3.7.1

Bumps [listen](https://github.com/guard/listen) from 3.3.4 to 3.7.1.
- [Release notes](https://github.com/guard/listen/releases)
- [Commits](https://github.com/guard/listen/compare/v3.3.4...v3.7.1)

---
updated-dependencies:
- dependency-name: listen
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 Gemfile      | 2 +-
 Gemfile.lock | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Gemfile b/Gemfile
index b2fc186..2bea4dd 100644
--- a/Gemfile
+++ b/Gemfile
@@ -26,7 +26,7 @@ gem "uglifier", ">= 1.3.0"
 
 group :development do
   gem "better_errors", "< 2.9.2"
-  gem "listen", ">= 3.0.5", "< 3.4"
+  gem "listen", ">= 3.0.5", "< 3.8"
   gem "html2haml"
   gem "rails_layout"
   gem "spring"
diff --git a/Gemfile.lock b/Gemfile.lock
index 627d582..46827cb 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -177,7 +177,7 @@ GEM
     libv8-node (16.10.0.0)
     libv8-node (16.10.0.0-x86_64-darwin)
     libv8-node (16.10.0.0-x86_64-linux)
-    listen (3.3.4)
+    listen (3.7.1)
       rb-fsevent (~> 0.10, >= 0.10.3)
       rb-inotify (~> 0.9, >= 0.9.10)
     loofah (2.18.0)
@@ -388,7 +388,7 @@ DEPENDENCIES
   jbuilder (~> 2.10)
   jquery-rails
   launchy
-  listen (>= 3.0.5, < 3.4)
+  listen (>= 3.0.5, < 3.8)
   mini_racer
   mongoid
   pg