Skip to content

Commit

Permalink
build(deps-dev): bump listen from 3.8.0 to 3.9.0
Browse files Browse the repository at this point in the history
Bumps [listen](https://github.com/guard/listen) from 3.8.0 to 3.9.0.
- [Release notes](https://github.com/guard/listen/releases)
- [Commits](guard/listen@v3.8.0...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 and just806me committed Aug 31, 2024
1 parent d390141 commit 2b4efde
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ group :development do
gem 'capistrano'
gem 'capistrano-rails'
gem 'ed25519'
gem 'listen', '~> 3.8'
gem 'listen', '~> 3.9'
gem 'rack-mini-profiler', '~> 3.3'
gem 'spring'
end
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ GEM
factory_bot_rails (6.4.3)
factory_bot (~> 6.4)
railties (>= 5.0.0)
ffi (1.15.5)
ffi (1.16.3)
globalid (1.2.1)
activesupport (>= 6.1)
hiredis (0.6.3)
Expand Down Expand Up @@ -177,7 +177,7 @@ GEM
childprocess (~> 5.0)
letter_opener (1.10.0)
launchy (>= 2.2, < 4)
listen (3.8.0)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
loofah (2.22.0)
Expand Down Expand Up @@ -407,7 +407,7 @@ DEPENDENCIES
jbuilder (~> 2.11)
jquery-rails
letter_opener
listen (~> 3.8)
listen (~> 3.9)
net-imap
net-pop
net-smtp
Expand Down

0 comments on commit 2b4efde

Please sign in to comment.