Bump listen from 3.2.1 to 3.3.1 (#11423)
* Bump listen from 3.2.1 to 3.3.1 Bumps [listen](https://github.com/guard/listen) from 3.2.1 to 3.3.1. - [Release notes](https://github.com/guard/listen/releases) - [Commits](https://github.com/guard/listen/compare/v3.2.1...v3.3.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Bump listen from 3.2.1 to 3.3.1 (Update vendor/cache) Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
parent
facf11a745
commit
9312a4771d
6 changed files with 4 additions and 4 deletions
2
Gemfile
2
Gemfile
|
|
@ -121,7 +121,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.2", require: false # Helps 'listen' to file system modifications events (also used by other gems like guard)
|
||||
gem "listen", "~> 3.3", 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
|
||||
|
|
|
|||
|
|
@ -436,7 +436,7 @@ GEM
|
|||
http (>= 2.0, < 5.0)
|
||||
libv8 (8.4.255.0)
|
||||
liquid (4.0.3)
|
||||
listen (3.2.1)
|
||||
listen (3.3.1)
|
||||
rb-fsevent (~> 0.10, >= 0.10.3)
|
||||
rb-inotify (~> 0.9, >= 0.9.10)
|
||||
loofah (2.7.0)
|
||||
|
|
@ -589,7 +589,7 @@ GEM
|
|||
activesupport (>= 5.2.1)
|
||||
i18n
|
||||
polyamorous (= 2.3.2)
|
||||
rb-fsevent (0.10.3)
|
||||
rb-fsevent (0.10.4)
|
||||
rb-inotify (0.10.1)
|
||||
ffi (~> 1.0)
|
||||
recaptcha (5.6.0)
|
||||
|
|
@ -907,7 +907,7 @@ DEPENDENCIES
|
|||
knapsack_pro (~> 2.8.0)
|
||||
launchy (~> 2.5)
|
||||
liquid (~> 4.0)
|
||||
listen (~> 3.2)
|
||||
listen (~> 3.3)
|
||||
memory_profiler (~> 0.9)
|
||||
mini_racer (~> 0.3.1)
|
||||
nakayoshi_fork (~> 0.0.4)
|
||||
|
|
|
|||
BIN
vendor/cache/listen-3.2.1.gem
vendored
BIN
vendor/cache/listen-3.2.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/listen-3.3.1.gem
vendored
Normal file
BIN
vendor/cache/listen-3.3.1.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/rb-fsevent-0.10.3.gem
vendored
BIN
vendor/cache/rb-fsevent-0.10.3.gem
vendored
Binary file not shown.
BIN
vendor/cache/rb-fsevent-0.10.4.gem
vendored
Normal file
BIN
vendor/cache/rb-fsevent-0.10.4.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue