diff --git a/Gemfile b/Gemfile index c057795c1..eb228b20c 100644 --- a/Gemfile +++ b/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 diff --git a/Gemfile.lock b/Gemfile.lock index 2ed884268..fafa24d57 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) diff --git a/vendor/cache/listen-3.4.0.gem b/vendor/cache/listen-3.4.0.gem deleted file mode 100644 index 1b4a1a6b3..000000000 Binary files a/vendor/cache/listen-3.4.0.gem and /dev/null differ diff --git a/vendor/cache/listen-3.4.1.gem b/vendor/cache/listen-3.4.1.gem new file mode 100644 index 000000000..96c5a7f8d Binary files /dev/null and b/vendor/cache/listen-3.4.1.gem differ