diff --git a/Gemfile b/Gemfile index f8be54514d5b6..0ff0759760fad 100644 --- a/Gemfile +++ b/Gemfile @@ -127,7 +127,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.7", 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 d0f2eb938a470..4b24b0fa95ae6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -281,7 +281,7 @@ GEM feedjira (3.1.2) loofah (>= 2.3.1) sax-machine (>= 1.0) - ffi (1.14.2) + ffi (1.15.5) ffi-compiler (1.0.1) ffi (>= 1.0.0) rake @@ -427,7 +427,7 @@ GEM http (>= 2.0, < 5.0) libv8 (8.4.255.0) liquid (4.0.3) - listen (3.3.3) + listen (3.7.1) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) loofah (2.8.0) @@ -577,7 +577,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.6.0) @@ -894,7 +894,7 @@ DEPENDENCIES knapsack_pro (~> 2.10.1) launchy (~> 2.5) liquid (~> 4.0) - listen (~> 3.3) + listen (~> 3.7) memory_profiler (~> 0.9) mini_racer (~> 0.3.1) nakayoshi_fork (~> 0.0.4) diff --git a/vendor/cache/ffi-1.14.2.gem b/vendor/cache/ffi-1.14.2.gem deleted file mode 100644 index 9586e529320b8..0000000000000 Binary files a/vendor/cache/ffi-1.14.2.gem and /dev/null differ diff --git a/vendor/cache/ffi-1.15.5.gem b/vendor/cache/ffi-1.15.5.gem new file mode 100644 index 0000000000000..a632047fd7902 Binary files /dev/null and b/vendor/cache/ffi-1.15.5.gem differ diff --git a/vendor/cache/libv8-8.4.255.0.gem b/vendor/cache/libv8-8.4.255.0.gem new file mode 100644 index 0000000000000..adf5a257e39d9 Binary files /dev/null and b/vendor/cache/libv8-8.4.255.0.gem differ diff --git a/vendor/cache/listen-3.3.3.gem b/vendor/cache/listen-3.3.3.gem deleted file mode 100644 index dc6ff8c406326..0000000000000 Binary files a/vendor/cache/listen-3.3.3.gem and /dev/null differ diff --git a/vendor/cache/listen-3.7.1.gem b/vendor/cache/listen-3.7.1.gem new file mode 100644 index 0000000000000..5e1eed593d6b9 Binary files /dev/null and b/vendor/cache/listen-3.7.1.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 906010689c168..0000000000000 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 0000000000000..5369a7e3e6536 Binary files /dev/null and b/vendor/cache/rb-fsevent-0.11.0.gem differ