Skip to content

Commit

Permalink
Bump listen from 3.7.1 to 3.8.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.8.0.
- [Release notes](https://github.com/guard/listen/releases)
- [Commits](guard/listen@v3.7.1...v3.8.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 1, 2023
1 parent 09ab6ff commit 4f34f7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ group :development, :test do
end

group :development do
gem 'listen', '~> 3.7'
gem 'listen', '~> 3.8'
gem 'pry-rails'
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
gem 'spring'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ GEM
jmespath (1.6.2)
json (2.6.3)
jwt (2.6.0)
listen (3.7.1)
listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
loofah (2.19.1)
Expand Down Expand Up @@ -390,7 +390,7 @@ DEPENDENCIES
hiredis
httparty
jwt (~> 2.6)
listen (~> 3.7)
listen (~> 3.8)
oj (~> 3.13)
pg (~> 1.4)
postmark-rails
Expand Down

0 comments on commit 4f34f7e

Please sign in to comment.