Skip to content

Commit

Permalink
Bump listen from 3.7.1 to 3.9.0
Browse files Browse the repository at this point in the history
Bumps [listen](https://github.com/guard/listen) from 3.7.1 to 3.9.0.
- [Release notes](https://github.com/guard/listen/releases)
- [Commits](guard/listen@v3.7.1...v3.9.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 1, 2024
1 parent 2be7113 commit 40edaf7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ end

group :development do
# Access an interactive console on exception pages or by calling 'console' anywhere in the code.
gem "listen", "~> 3.7.1"
gem "listen", "~> 3.9.0"
gem "web-console", ">= 4.2.0"

# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
Expand Down
9 changes: 5 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,8 @@ GEM
faraday (>= 0.9, < 2.0)
stoplight (>= 2.1, < 4.0)
fastimage (2.3.1)
ffi (1.15.5)
ffi (1.17.0)
ffi (1.17.0-x86_64-linux-gnu)
foreman (0.88.1)
fugit (1.11.0)
et-orbi (~> 1, >= 1.2.11)
Expand Down Expand Up @@ -356,7 +357,7 @@ GEM
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
language_server-protocol (3.17.0.3)
listen (3.7.1)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
loaf (0.10.0)
Expand Down Expand Up @@ -475,7 +476,7 @@ GEM
rainbow (3.1.1)
rake (13.2.1)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
rb-inotify (0.11.1)
ffi (~> 1.0)
redis (5.3.0)
redis-client (>= 0.22.0)
Expand Down Expand Up @@ -681,7 +682,7 @@ DEPENDENCIES
kaminari (~> 1.2, >= 1.2.2)
knapsack
kramdown (>= 2.4.0)
listen (~> 3.7.1)
listen (~> 3.9.0)
loaf (>= 0.10.0)
logger (>= 1.5.1)
matrix (>= 0.4.2)
Expand Down

0 comments on commit 40edaf7

Please sign in to comment.