Skip to content

Commit

Permalink
build(deps-dev): bump listen from 3.7.1 to 3.8.0 in /sample
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and ewanharris committed Jan 26, 2023
1 parent a6cd8da commit 091761b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sample/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ group :development do
# Display performance information such as SQL time and flame graphs for each request in your browser.
# Can be configured to work on production as well see: https://github.com/MiniProfiler/rack-mini-profiler/blob/master/README.md
gem 'rack-mini-profiler', '~> 2.3'
gem 'listen', '~> 3.7'
gem 'listen', '~> 3.8'
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
gem 'spring'
gem 'dotenv', '~> 0.11.1'
Expand Down
4 changes: 2 additions & 2 deletions sample/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ GEM
i18n (1.12.0)
concurrent-ruby (~> 1.0)
jwt (2.5.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 @@ -241,7 +241,7 @@ DEPENDENCIES
byebug
capybara (>= 3.37.1)
dotenv (~> 0.11.1)
listen (~> 3.7)
listen (~> 3.8)
omniauth-auth0 (~> 3.0)
omniauth-rails_csrf_protection (~> 1.0, >= 1.0.1)
puma (~> 5.6)
Expand Down

0 comments on commit 091761b

Please sign in to comment.