Skip to content

Commit

Permalink
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 Feb 26, 2024
1 parent 50d3fe3 commit 1ed6b5a
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 @@ -16,7 +16,7 @@ end

group :development do
gem 'dotenv-rails', '~> 2.8'
gem 'listen', '>= 3.0.5', '< 3.9'
gem 'listen', '>= 3.0.5', '< 3.10'
gem 'tinify'
end

Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ GEM
dotenv (= 2.8.1)
railties (>= 3.2)
erubi (1.12.0)
ffi (1.15.5)
ffi (1.16.3)
globalid (1.2.1)
activesupport (>= 6.1)
httpclient (2.8.3)
Expand All @@ -114,7 +114,7 @@ GEM
jmespath (1.6.2)
kramdown (2.4.0)
rexml
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 @@ -250,7 +250,7 @@ DEPENDENCIES
capybara (~> 3.40)
dotenv-rails (~> 2.8)
kramdown (~> 2.4)
listen (>= 3.0.5, < 3.9)
listen (>= 3.0.5, < 3.10)
puma (~> 6)
rails (~> 7.0)
rails-controller-testing (~> 1.0)
Expand Down

0 comments on commit 1ed6b5a

Please sign in to comment.