Bump octokit from 4.23.0 to 4.24.0 (#17854)

Bumps [octokit](https://github.com/octokit/octokit.rb) from 4.23.0 to 4.24.0.
- [Release notes](https://github.com/octokit/octokit.rb/releases)
- [Changelog](https://github.com/octokit/octokit.rb/blob/4-stable/RELEASE.md)
- [Commits](https://github.com/octokit/octokit.rb/compare/v4.23.0...v4.24.0)

---
updated-dependencies:
- dependency-name: octokit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-06-07 17:12:25 -04:00 committed by GitHub
parent 7702c00748
commit f3e692031f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 7 additions and 7 deletions

View file

@ -58,7 +58,7 @@ gem "katex", "~> 0.9.0" # This rubygem enables you to render TeX math to HTML us
gem "liquid", "~> 5.3" # A secure, non-evaling end user template engine with aesthetic markup
gem "metainspector", "~> 5.12" # To get and parse website metadata for Open Graph rich objects
gem "nokogiri", "~> 1.13" # HTML, XML, SAX, and Reader parser
gem "octokit", "~> 4.23" # Simple wrapper for the GitHub API
gem "octokit", "~> 4.24" # Simple wrapper for the GitHub API
gem "oj", "~> 3.13" # JSON parser and object serializer
gem "omniauth", "~> 2.1" # A generalized Rack framework for multiple-provider authentication
gem "omniauth-apple", "~> 1.0" # OmniAuth strategy for Sign In with Apple

View file

@ -283,8 +283,8 @@ GEM
faraday-http-cache (2.2.0)
faraday (>= 0.8)
faraday-httpclient (1.0.1)
faraday-multipart (1.0.3)
multipart-post (>= 1.2, < 3)
faraday-multipart (1.0.4)
multipart-post (~> 2)
faraday-net_http (1.0.1)
faraday-net_http_persistent (1.2.0)
faraday-patron (1.0.0)
@ -519,7 +519,7 @@ GEM
msgpack (1.5.2)
multi_json (1.15.0)
multi_xml (0.6.0)
multipart-post (2.1.1)
multipart-post (2.2.0)
nakayoshi_fork (0.0.4)
naught (1.1.0)
nenv (0.3.0)
@ -563,7 +563,7 @@ GEM
multi_json (~> 1.3)
multi_xml (~> 0.5)
rack (>= 1.2, < 3)
octokit (4.23.0)
octokit (4.24.0)
faraday (>= 1, < 3)
sawyer (~> 0.9)
oj (3.13.14)
@ -798,7 +798,7 @@ GEM
sprockets (> 3.0)
sprockets-rails
tilt
sawyer (0.9.1)
sawyer (0.9.2)
addressable (>= 2.3.5)
faraday (>= 0.17.3, < 3)
sax-machine (1.3.2)
@ -1027,7 +1027,7 @@ DEPENDENCIES
metainspector (~> 5.12)
nakayoshi_fork (~> 0.0.4)
nokogiri (~> 1.13)
octokit (~> 4.23)
octokit (~> 4.24)
oj (~> 3.13)
omniauth (~> 2.1)
omniauth-apple (~> 1.0)

Binary file not shown.

BIN
vendor/cache/faraday-multipart-1.0.4.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/multipart-post-2.2.0.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/octokit-4.24.0.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/sawyer-0.9.2.gem vendored Normal file

Binary file not shown.