diff --git a/Gemfile.lock b/Gemfile.lock index 95a92ba2..5bc8dbb3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -10,7 +10,7 @@ GEM sassc (>= 2.0.0) coderay (1.1.1) colorator (1.1.0) - concurrent-ruby (1.1.9) + concurrent-ruby (1.1.10) em-websocket (0.5.2) eventmachine (>= 0.12.9) http_parser.rb (~> 0.6.0) @@ -22,7 +22,6 @@ GEM faraday (0.15.2) multipart-post (>= 1.2, < 3) ffi (1.15.4) - ffi (1.15.4-x64-mingw32) forwardable-extended (2.6.0) html-proofer (3.19.2) addressable (~> 2.3) @@ -79,10 +78,6 @@ GEM nokogiri (1.13.6) mini_portile2 (~> 2.8.0) racc (~> 1.4) - nokogiri (1.13.6-x64-mingw32) - racc (~> 1.4) - nokogiri (1.13.6-x86_64-darwin) - racc (~> 1.4) nokogumbo (2.0.5) nokogiri (~> 1.8, >= 1.8.4) parallel (1.21.0) @@ -115,7 +110,7 @@ GEM ethon (>= 0.9.0) tzinfo (2.0.4) concurrent-ruby (~> 1.0) - tzinfo-data (1.2018.5) + tzinfo-data (1.2022.6) tzinfo (>= 1.0.0) yell (2.2.2) diff --git a/vendor/cache/concurrent-ruby-1.1.10.gem b/vendor/cache/concurrent-ruby-1.1.10.gem new file mode 100644 index 00000000..c796701b Binary files /dev/null and b/vendor/cache/concurrent-ruby-1.1.10.gem differ diff --git a/vendor/cache/concurrent-ruby-1.1.9.gem b/vendor/cache/concurrent-ruby-1.1.9.gem deleted file mode 100644 index 9ed64f26..00000000 Binary files a/vendor/cache/concurrent-ruby-1.1.9.gem and /dev/null differ diff --git a/vendor/cache/tzinfo-data-1.2018.5.gem b/vendor/cache/tzinfo-data-1.2018.5.gem deleted file mode 100644 index a30ff23c..00000000 Binary files a/vendor/cache/tzinfo-data-1.2018.5.gem and /dev/null differ diff --git a/vendor/cache/tzinfo-data-1.2022.6.gem b/vendor/cache/tzinfo-data-1.2022.6.gem new file mode 100644 index 00000000..6dfe99ab Binary files /dev/null and b/vendor/cache/tzinfo-data-1.2022.6.gem differ