Skip to content
This repository has been archived by the owner on Dec 22, 2022. It is now read-only.

Commit

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

---
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 Jun 28, 2022
1 parent bdd0d06 commit 18a276f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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 do
gem 'letter_opener'

gem 'brakeman'
gem 'listen', '~> 3.5'
gem 'listen', '~> 3.7'
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
gem 'spring'
end
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ GEM
faraday (>= 0.8)
faraday-net_http (1.0.1)
faraday-net_http_persistent (1.1.0)
ffi (1.15.0)
ffi (1.15.5)
font-awesome-sass (5.15.1)
sassc (>= 1.11)
generator_spec (0.9.4)
Expand Down Expand Up @@ -214,7 +214,7 @@ GEM
addressable (~> 2.3)
letter_opener (1.7.0)
launchy (~> 2.2)
listen (3.5.1)
listen (3.7.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
loofah (2.9.1)
Expand Down Expand Up @@ -295,7 +295,7 @@ GEM
thor (>= 0.18.1, < 2.0)
rainbow (3.0.0)
rake (13.0.3)
rb-fsevent (0.10.4)
rb-fsevent (0.11.1)
rb-inotify (0.10.1)
ffi (~> 1.0)
rchardet (1.8.0)
Expand Down Expand Up @@ -446,7 +446,7 @@ DEPENDENCIES
generator_spec (~> 0.9.4)
jquery-rails
letter_opener
listen (~> 3.5)
listen (~> 3.7)
mysql2 (~> 0.4.10)
nokogiri (~> 1.13.6)
om
Expand Down

0 comments on commit 18a276f

Please sign in to comment.