Bump octokit from 5.0.0 to 5.1.0 (#18104)
Bumps [octokit](https://github.com/octokit/octokit.rb) from 5.0.0 to 5.1.0. - [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/v5.0.0...v5.1.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:
parent
b30f016604
commit
71a7eea504
4 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -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", "~> 5.0" # Simple wrapper for the GitHub API
|
||||
gem "octokit", "~> 5.1" # 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
|
||||
|
|
|
|||
|
|
@ -560,7 +560,7 @@ GEM
|
|||
multi_json (~> 1.3)
|
||||
multi_xml (~> 0.5)
|
||||
rack (>= 1.2, < 3)
|
||||
octokit (5.0.0)
|
||||
octokit (5.1.0)
|
||||
faraday (>= 1, < 3)
|
||||
sawyer (~> 0.9)
|
||||
oj (3.13.16)
|
||||
|
|
@ -1033,7 +1033,7 @@ DEPENDENCIES
|
|||
metainspector (~> 5.12)
|
||||
nakayoshi_fork (~> 0.0.4)
|
||||
nokogiri (~> 1.13)
|
||||
octokit (~> 5.0)
|
||||
octokit (~> 5.1)
|
||||
oj (~> 3.13)
|
||||
omniauth (~> 2.1)
|
||||
omniauth-apple (~> 1.0)
|
||||
|
|
|
|||
BIN
vendor/cache/octokit-5.0.0.gem
vendored
BIN
vendor/cache/octokit-5.0.0.gem
vendored
Binary file not shown.
BIN
vendor/cache/octokit-5.1.0.gem
vendored
Normal file
BIN
vendor/cache/octokit-5.1.0.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue