From 13adc2e0c01e42c0fc45a8b0f55585bfa4b250f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Oct 2022 20:11:29 +0000 Subject: [PATCH] Bump addressable and octokit in /docs Bumps [addressable](https://github.com/sporkmonger/addressable) and [octokit](https://github.com/octokit/octokit.rb). These dependencies needed to be updated together. Updates `addressable` from 2.4.0 to 2.8.1 - [Release notes](https://github.com/sporkmonger/addressable/releases) - [Changelog](https://github.com/sporkmonger/addressable/blob/main/CHANGELOG.md) - [Commits](https://github.com/sporkmonger/addressable/compare/addressable-2.4.0...addressable-2.8.1) Updates `octokit` from 4.3.0 to 4.25.1 - [Release notes](https://github.com/octokit/octokit.rb/releases) - [Changelog](https://github.com/octokit/octokit.rb/blob/main/RELEASE.md) - [Commits](https://github.com/octokit/octokit.rb/compare/v4.3.0...v4.25.1) --- updated-dependencies: - dependency-name: addressable dependency-type: direct:production - dependency-name: octokit dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/Gemfile | 4 ++-- docs/Gemfile.lock | 27 ++++++++++++++++----------- 2 files changed, 18 insertions(+), 13 deletions(-) diff --git a/docs/Gemfile b/docs/Gemfile index b642e7603cea5..a4430c2485a58 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -22,8 +22,8 @@ ruby '>= 1.9.0' gem 'jekyll', '2.5.3' gem 'kramdown', '1.10.0' -gem 'addressable', '2.4.0' -gem 'octokit', '~> 4.3.0' +gem 'addressable', '2.8.1' +gem 'octokit', '~> 4.25.1' gem 'pygments.rb', '0.6.3' gem 'therubyracer', '0.12.2' gem 'json', '2.0.4' diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock index 889a5fea3cd40..0fa4e5788f9f1 100644 --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -1,7 +1,8 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.4.0) + addressable (2.8.1) + public_suffix (>= 2.0.2, < 6.0) blankslate (2.1.2.4) classifier-reborn (2.0.4) fast-stemmer (~> 1.0) @@ -11,8 +12,10 @@ GEM coffee-script-source (1.11.1) colorator (0.1) execjs (2.7.0) - faraday (0.9.2) - multipart-post (>= 1.2, < 3) + faraday (2.6.0) + faraday-net_http (>= 2.0, < 3.1) + ruby2_keywords (>= 0.0.4) + faraday-net_http (3.0.0) fast-stemmer (1.0.2) ffi (1.9.14) jekyll (2.5.3) @@ -48,12 +51,13 @@ GEM rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) mercenary (0.3.6) - multipart-post (2.0.0) - octokit (4.3.0) - sawyer (~> 0.7.0, >= 0.5.3) + octokit (4.25.1) + faraday (>= 1, < 3) + sawyer (~> 0.9) parslet (1.5.0) blankslate (~> 2.0) posix-spawn (0.3.12) + public_suffix (5.0.0) pygments.rb (0.6.3) posix-spawn (~> 0.3.6) yajl-ruby (~> 1.2.0) @@ -62,11 +66,12 @@ GEM ffi (>= 0.5.0) redcarpet (3.3.4) ref (2.0.0) + ruby2_keywords (0.0.5) safe_yaml (1.0.4) sass (3.4.22) - sawyer (0.7.0) - addressable (>= 2.3.5, < 2.5) - faraday (~> 0.8, < 0.10) + sawyer (0.9.2) + addressable (>= 2.3.5) + faraday (>= 0.17.3, < 3) therubyracer (0.12.2) libv8 (~> 3.16.14.0) ref @@ -78,12 +83,12 @@ PLATFORMS ruby DEPENDENCIES - addressable (= 2.4.0) + addressable (= 2.8.1) jekyll (= 2.5.3) jekyll-coffeescript (= 1.0.2) json (= 2.0.4) kramdown (= 1.10.0) - octokit (~> 4.3.0) + octokit (~> 4.25.1) pygments.rb (= 0.6.3) therubyracer (= 0.12.2) yajl-ruby (= 1.2.2)