diff --git a/Gemfile b/Gemfile index e5478f2b2..a3eb56b39 100644 --- a/Gemfile +++ b/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+ diff --git a/Gemfile.lock b/Gemfile.lock index fcb2d78b7..bb5f1ba0d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) diff --git a/vendor/cache/guard-2.16.2.gem b/vendor/cache/guard-2.16.2.gem deleted file mode 100644 index 1d9ceda91..000000000 Binary files a/vendor/cache/guard-2.16.2.gem and /dev/null differ diff --git a/vendor/cache/guard-2.17.0.gem b/vendor/cache/guard-2.17.0.gem new file mode 100644 index 000000000..e59c79228 Binary files /dev/null and b/vendor/cache/guard-2.17.0.gem differ diff --git a/vendor/cache/rb-fsevent-0.10.4.gem b/vendor/cache/rb-fsevent-0.10.4.gem deleted file mode 100644 index 906010689..000000000 Binary files a/vendor/cache/rb-fsevent-0.10.4.gem and /dev/null differ diff --git a/vendor/cache/rb-fsevent-0.11.0.gem b/vendor/cache/rb-fsevent-0.11.0.gem new file mode 100644 index 000000000..5369a7e3e Binary files /dev/null and b/vendor/cache/rb-fsevent-0.11.0.gem differ