diff --git a/Gemfile b/Gemfile index fadf2445b..39853eaee 100644 --- a/Gemfile +++ b/Gemfile @@ -128,7 +128,7 @@ group :development do gem "erb_lint", "~> 0.0.37", require: false # ERB Linter tool gem "guard", "~> 2.18", 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.6", require: false # Helps 'listen' to file system modifications events (also used by other gems like guard) + gem "listen", "~> 3.7", 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 diff --git a/Gemfile.lock b/Gemfile.lock index fd3f34851..7b1bd5a13 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -411,7 +411,7 @@ GEM excon http (>= 2.0, < 5.0) liquid (5.0.1) - listen (3.6.0) + listen (3.7.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) loofah (2.12.0) @@ -913,7 +913,7 @@ DEPENDENCIES knapsack_pro (~> 3.1.0) launchy (~> 2.5) liquid (~> 5.0) - listen (~> 3.6) + listen (~> 3.7) memory_profiler (~> 1.0) nakayoshi_fork (~> 0.0.4) nokogiri (~> 1.12) diff --git a/vendor/cache/listen-3.6.0.gem b/vendor/cache/listen-3.6.0.gem deleted file mode 100644 index fb5b32554..000000000 Binary files a/vendor/cache/listen-3.6.0.gem and /dev/null differ diff --git a/vendor/cache/listen-3.7.0.gem b/vendor/cache/listen-3.7.0.gem new file mode 100644 index 000000000..83f0636fb Binary files /dev/null and b/vendor/cache/listen-3.7.0.gem differ