Bump octokit from 4.22.0 to 4.23.0 (#17776)

Bumps [octokit](https://github.com/octokit/octokit.rb) from 4.22.0 to 4.23.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.22.0...v4.23.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-05-31 10:16:06 -04:00 committed by GitHub
parent d2013abb63
commit f3e9f68200
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 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.22" # Simple wrapper for the GitHub API
gem "octokit", "~> 4.23" # 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

@ -563,9 +563,9 @@ GEM
multi_json (~> 1.3)
multi_xml (~> 0.5)
rack (>= 1.2, < 3)
octokit (4.22.0)
faraday (>= 0.9)
sawyer (~> 0.8.0, >= 0.5.3)
octokit (4.23.0)
faraday (>= 1, < 3)
sawyer (~> 0.9)
oj (3.13.13)
omniauth (2.1.0)
hashie (>= 3.4.6)
@ -798,9 +798,9 @@ GEM
sprockets (> 3.0)
sprockets-rails
tilt
sawyer (0.8.2)
sawyer (0.9.1)
addressable (>= 2.3.5)
faraday (> 0.8, < 2.0)
faraday (>= 0.17.3, < 3)
sax-machine (1.3.2)
selenium-webdriver (4.0.3)
childprocess (>= 0.5, < 5.0)
@ -1027,7 +1027,7 @@ DEPENDENCIES
metainspector (~> 5.12)
nakayoshi_fork (~> 0.0.4)
nokogiri (~> 1.13)
octokit (~> 4.22)
octokit (~> 4.23)
oj (~> 3.13)
omniauth (~> 2.1)
omniauth-apple (~> 1.0)

Binary file not shown.

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

Binary file not shown.

Binary file not shown.

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

Binary file not shown.