Skip to content
This repository was archived by the owner on Mar 1, 2026. It is now read-only.

Commit aa173cb

Browse files
build(deps): bump listen from 3.5.1 to 3.9.0 (#1008)
Bumps [listen](https://github.com/guard/listen) from 3.5.1 to 3.9.0. - [Release notes](https://github.com/guard/listen/releases) - [Commits](guard/listen@v3.5.1...v3.9.0) --- updated-dependencies: - dependency-name: listen dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f20d88c commit aa173cb

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ group :development do
128128
gem 'simplecov', require: false
129129
# Access an interactive console on exception pages or by calling 'console' anywhere in the code.
130130
gem 'web-console', '>= 3.3.0'
131-
gem 'listen', '>= 3.0.5', '< 3.6'
131+
gem 'listen', '>= 3.0.5', '< 3.10'
132132
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
133133
gem 'spring'
134134
gem 'spring-watcher-listen', '~> 2.1.0'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ GEM
249249
railties (>= 3.2.16)
250250
json (2.7.1)
251251
jwt (2.7.1)
252-
listen (3.5.1)
252+
listen (3.9.0)
253253
rb-fsevent (~> 0.10, >= 0.10.3)
254254
rb-inotify (~> 0.9, >= 0.9.10)
255255
loofah (2.22.0)
@@ -562,7 +562,7 @@ DEPENDENCIES
562562
jbuilder
563563
jquery-rails
564564
jquery-ui-rails
565-
listen (>= 3.0.5, < 3.6)
565+
listen (>= 3.0.5, < 3.10)
566566
minitest-reporters
567567
momentjs-rails
568568
mustache

0 commit comments

Comments
 (0)