Bump guard from 2.16.2 to 2.17.0 (#13763)
Bumps [guard](https://github.com/guard/guard) from 2.16.2 to 2.17.0. - [Release notes](https://github.com/guard/guard/releases) - [Commits](https://github.com/guard/guard/compare/v2.16.2...v2.17.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:
parent
75d922c59a
commit
7bb07f1c8f
6 changed files with 4 additions and 4 deletions
2
Gemfile
2
Gemfile
|
|
@ -125,7 +125,7 @@ group :development do
|
|||
gem "bundler-audit", "~> 0.8" # bundler-audit provides patch-level verification for Bundled apps
|
||||
gem "derailed_benchmarks", "~> 2.1", require: false # A series of things you can use to benchmark a Rails or Ruby app
|
||||
gem "erb_lint", "~> 0.0.37", require: false # ERB Linter tool
|
||||
gem "guard", "~> 2.16", require: false # Guard is a command line tool to easily handle events on file system modifications
|
||||
gem "guard", "~> 2.17", 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 "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+
|
||||
|
|
|
|||
|
|
@ -318,7 +318,7 @@ GEM
|
|||
multi_json (>= 1.11.0)
|
||||
globalid (0.4.2)
|
||||
activesupport (>= 4.2.0)
|
||||
guard (2.16.2)
|
||||
guard (2.17.0)
|
||||
formatador (>= 0.2.4)
|
||||
listen (>= 2.7, < 4.0)
|
||||
lumberjack (>= 1.0.12, < 2.0)
|
||||
|
|
@ -580,7 +580,7 @@ GEM
|
|||
activerecord (>= 5.2.4)
|
||||
activesupport (>= 5.2.4)
|
||||
i18n
|
||||
rb-fsevent (0.10.4)
|
||||
rb-fsevent (0.11.0)
|
||||
rb-inotify (0.10.1)
|
||||
ffi (~> 1.0)
|
||||
recaptcha (5.8.0)
|
||||
|
|
@ -892,7 +892,7 @@ DEPENDENCIES
|
|||
front_matter_parser (~> 1.0)
|
||||
gemoji (~> 4.0.0.rc2)
|
||||
gibbon (~> 3.4)
|
||||
guard (~> 2.16)
|
||||
guard (~> 2.17)
|
||||
guard-livereload (~> 2.5)
|
||||
hairtrigger (~> 0.2.24)
|
||||
honeybadger (~> 4.8)
|
||||
|
|
|
|||
BIN
vendor/cache/guard-2.16.2.gem
vendored
BIN
vendor/cache/guard-2.16.2.gem
vendored
Binary file not shown.
BIN
vendor/cache/guard-2.17.0.gem
vendored
Normal file
BIN
vendor/cache/guard-2.17.0.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/rb-fsevent-0.10.4.gem
vendored
BIN
vendor/cache/rb-fsevent-0.10.4.gem
vendored
Binary file not shown.
BIN
vendor/cache/rb-fsevent-0.11.0.gem
vendored
Normal file
BIN
vendor/cache/rb-fsevent-0.11.0.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue