From 6173179d7edafdbe790e296464b798f7fcc8fe0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 02:03:19 +0000 Subject: [PATCH] Bump the bundler group across 1 directory with 6 updates Bumps the bundler group with 5 updates in the /docs directory: | Package | From | To | | --- | --- | --- | | [addressable](https://github.com/sporkmonger/addressable) | `2.5.2` | `2.8.6` | | [commonmarker](https://github.com/gjtorikian/commonmarker) | `0.17.7.1` | `0.17.13` | | [nokogiri](https://github.com/sparklemotion/nokogiri) | `1.8.1` | `1.16.5` | | [rubyzip](https://github.com/rubyzip/rubyzip) | `1.2.1` | `2.3.2` | | [tzinfo](https://github.com/tzinfo/tzinfo) | `1.2.4` | `1.2.11` | Updates `addressable` from 2.5.2 to 2.8.6 - [Changelog](https://github.com/sporkmonger/addressable/blob/main/CHANGELOG.md) - [Commits](https://github.com/sporkmonger/addressable/compare/addressable-2.5.2...addressable-2.8.6) Updates `commonmarker` from 0.17.7.1 to 0.17.13 - [Release notes](https://github.com/gjtorikian/commonmarker/releases) - [Changelog](https://github.com/gjtorikian/commonmarker/blob/main/CHANGELOG.md) - [Commits](https://github.com/gjtorikian/commonmarker/compare/v0.17.7.1...v0.17.13) Updates `ffi` from 1.9.18 to 1.16.3 - [Changelog](https://github.com/ffi/ffi/blob/master/CHANGELOG.md) - [Commits](https://github.com/ffi/ffi/compare/1.9.18...v1.16.3) Updates `nokogiri` from 1.8.1 to 1.16.5 - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.8.1...v1.16.5) Updates `rubyzip` from 1.2.1 to 2.3.2 - [Release notes](https://github.com/rubyzip/rubyzip/releases) - [Changelog](https://github.com/rubyzip/rubyzip/blob/master/Changelog.md) - [Commits](https://github.com/rubyzip/rubyzip/compare/v1.2.1...v2.3.2) Updates `tzinfo` from 1.2.4 to 1.2.11 - [Release notes](https://github.com/tzinfo/tzinfo/releases) - [Changelog](https://github.com/tzinfo/tzinfo/blob/master/CHANGES.md) - [Commits](https://github.com/tzinfo/tzinfo/compare/v1.2.4...v1.2.11) --- updated-dependencies: - dependency-name: addressable dependency-type: indirect dependency-group: bundler - dependency-name: commonmarker dependency-type: indirect dependency-group: bundler - dependency-name: ffi dependency-type: indirect dependency-group: bundler - dependency-name: nokogiri dependency-type: indirect dependency-group: bundler - dependency-name: rubyzip dependency-type: indirect dependency-group: bundler - dependency-name: tzinfo dependency-type: indirect dependency-group: bundler ... Signed-off-by: dependabot[bot] --- docs/Gemfile.lock | 65 ++++++++++++++++++++++++++--------------------- 1 file changed, 36 insertions(+), 29 deletions(-) mode change 100755 => 100644 docs/Gemfile.lock diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock old mode 100755 new mode 100644 index 60cf1c5..500254b --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -6,22 +6,24 @@ GEM minitest (~> 5.1) thread_safe (~> 0.3, >= 0.3.4) tzinfo (~> 1.1) - addressable (2.5.2) - public_suffix (>= 2.0.2, < 4.0) + addressable (2.8.6) + public_suffix (>= 2.0.2, < 6.0) coffee-script (2.4.1) coffee-script-source execjs coffee-script-source (1.11.1) colorator (1.1.0) - commonmarker (0.17.7.1) + commonmarker (0.17.13) ruby-enum (~> 0.5) - concurrent-ruby (1.0.5) - ethon (0.11.0) - ffi (>= 1.3.0) + concurrent-ruby (1.2.3) + ethon (0.16.0) + ffi (>= 1.15.0) execjs (2.7.0) - faraday (0.13.1) - multipart-post (>= 1.2, < 3) - ffi (1.9.18) + faraday (2.9.0) + faraday-net_http (>= 2.0, < 3.2) + faraday-net_http (3.1.0) + net-http + ffi (1.16.3) forwardable-extended (2.6.0) gemoji (3.0.0) github-pages (172) @@ -77,7 +79,7 @@ GEM html-pipeline (2.7.1) activesupport (>= 2) nokogiri (>= 1.4) - i18n (0.9.1) + i18n (0.9.5) concurrent-ruby (~> 1.0) jekyll (3.6.2) addressable (~> 2.4) @@ -190,43 +192,48 @@ GEM rb-fsevent (>= 0.9.3) rb-inotify (>= 0.9.7) mercenary (0.3.6) - mini_portile2 (2.3.0) + mini_portile2 (2.8.6) minima (2.1.1) jekyll (~> 3.3) minitest (5.10.3) - multipart-post (2.0.0) - net-dns (0.8.0) - nokogiri (1.8.1) - mini_portile2 (~> 2.3.0) - octokit (4.7.0) - sawyer (~> 0.8.0, >= 0.5.3) - pathutil (0.16.1) + net-dns (0.20.0) + net-http (0.4.1) + uri + nokogiri (1.16.5) + mini_portile2 (~> 2.8.2) + racc (~> 1.4) + octokit (4.25.1) + faraday (>= 1, < 3) + sawyer (~> 0.9) + pathutil (0.16.2) forwardable-extended (~> 2.6) public_suffix (2.0.5) - rb-fsevent (0.10.2) - rb-inotify (0.9.10) - ffi (>= 0.5.0, < 2) + racc (1.7.3) + rb-fsevent (0.11.2) + rb-inotify (0.10.1) + ffi (~> 1.0) rouge (2.2.1) - ruby-enum (0.7.1) + ruby-enum (0.9.0) i18n - rubyzip (1.2.1) - safe_yaml (1.0.4) - sass (3.5.4) + rubyzip (2.3.2) + safe_yaml (1.0.5) + sass (3.7.4) sass-listen (~> 4.0.0) sass-listen (4.0.0) rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) - sawyer (0.8.1) - addressable (>= 2.3.5, < 2.6) - faraday (~> 0.8, < 1.0) + sawyer (0.9.2) + addressable (>= 2.3.5) + faraday (>= 0.17.3, < 3) terminal-table (1.8.0) unicode-display_width (~> 1.1, >= 1.1.1) thread_safe (0.3.6) typhoeus (0.8.0) ethon (>= 0.8.0) - tzinfo (1.2.4) + tzinfo (1.2.11) thread_safe (~> 0.1) unicode-display_width (1.3.0) + uri (0.13.0) PLATFORMS ruby