Bump listen from 3.4.0 to 3.4.1 (#12290)
Bumps [listen](https://github.com/guard/listen) from 3.4.0 to 3.4.1. - [Release notes](https://github.com/guard/listen/releases) - [Commits](https://github.com/guard/listen/compare/v3.4.0...v3.4.1) 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:
parent
c2c1366a4d
commit
7f4f9ac2e8
4 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -130,7 +130,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.3", require: false # Helps 'listen' to file system modifications events (also used by other gems like guard)
|
||||
gem "listen", "~> 3.4", require: false # Helps 'listen' to file system modifications events (also used by other gems like guard)
|
||||
gem "memory_profiler", "~> 0.9", 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
|
||||
|
|
|
|||
|
|
@ -433,7 +433,7 @@ GEM
|
|||
libv8 (8.4.255.0-x86_64-darwin-20)
|
||||
libv8 (8.4.255.0-x86_64-linux)
|
||||
liquid (4.0.3)
|
||||
listen (3.4.0)
|
||||
listen (3.4.1)
|
||||
rb-fsevent (~> 0.10, >= 0.10.3)
|
||||
rb-inotify (~> 0.9, >= 0.9.10)
|
||||
loofah (2.8.0)
|
||||
|
|
@ -909,7 +909,7 @@ DEPENDENCIES
|
|||
knapsack_pro (~> 2.11.0)
|
||||
launchy (~> 2.5)
|
||||
liquid (~> 4.0)
|
||||
listen (~> 3.3)
|
||||
listen (~> 3.4)
|
||||
memory_profiler (~> 0.9)
|
||||
mini_racer (~> 0.3.1)
|
||||
nakayoshi_fork (~> 0.0.4)
|
||||
|
|
|
|||
BIN
vendor/cache/listen-3.4.0.gem
vendored
BIN
vendor/cache/listen-3.4.0.gem
vendored
Binary file not shown.
BIN
vendor/cache/listen-3.4.1.gem
vendored
Normal file
BIN
vendor/cache/listen-3.4.1.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue