Bump listen from 3.4.1 to 3.5.0 (#13105)

Bumps [listen](https://github.com/guard/listen) from 3.4.1 to 3.5.0.
- [Release notes](https://github.com/guard/listen/releases)
- [Commits](https://github.com/guard/listen/compare/v3.4.1...v3.5.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-03-24 09:10:10 -05:00 committed by GitHub
parent 58499cefb3
commit 657468576e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 3 additions and 3 deletions

View file

@ -128,7 +128,7 @@ group :development do
gem "guard", "~> 2.16", require: false # Guard is a command line tool to easily handle events on file system modifications
gem "guard-livereload", "~> 2.5", require: false # Guard::LiveReload automatically reloads your browser when 'view' files are modified
gem "guard-rspec", "~> 4.7", require: false # Guard::RSpec automatically run your specs
gem "listen", "~> 3.4", require: false # Helps 'listen' to file system modifications events (also used by other gems like guard)
gem "listen", "~> 3.5", require: false # Helps 'listen' to file system modifications events (also used by other gems like guard)
gem "memory_profiler", "~> 1.0", require: false # Memory profiling routines for Ruby 2.3+
gem "pry", "~> 0.13" # An IRB alternative and runtime developer console
gem "pry-rails", "~> 0.3" # Use Pry as your rails console

View file

@ -426,7 +426,7 @@ GEM
addressable (~> 2.0)
http (>= 2.0, < 5.0)
liquid (5.0.0)
listen (3.4.1)
listen (3.5.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
loofah (2.9.0)
@ -926,7 +926,7 @@ DEPENDENCIES
knapsack_pro (~> 2.11.0)
launchy (~> 2.5)
liquid (~> 5.0)
listen (~> 3.4)
listen (~> 3.5)
memory_profiler (~> 1.0)
nakayoshi_fork (~> 0.0.4)
nokogiri (~> 1.11)

Binary file not shown.

BIN
vendor/cache/listen-3.5.0.gem vendored Normal file

Binary file not shown.