Bump octokit from 4.21.0 to 4.22.0 (#16096)
Bumps [octokit](https://github.com/octokit/octokit.rb) from 4.21.0 to 4.22.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.21.0...v4.22.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
e88444430b
commit
8469161995
8 changed files with 11 additions and 7 deletions
2
Gemfile
2
Gemfile
|
|
@ -57,7 +57,7 @@ gem "kaminari", "~> 1.2" # A Scope & Engine based, clean, powerful, customizable
|
|||
gem "katex", "~> 0.8.0" # This rubygem enables you to render TeX math to HTML using KaTeX. It uses ExecJS under the hood
|
||||
gem "liquid", "~> 5.1" # A secure, non-evaling end user template engine with aesthetic markup
|
||||
gem "nokogiri", "~> 1.13" # HTML, XML, SAX, and Reader parser
|
||||
gem "octokit", "~> 4.21" # Simple wrapper for the GitHub API
|
||||
gem "octokit", "~> 4.22" # Simple wrapper for the GitHub API
|
||||
gem "oj", "~> 3.13" # JSON parser and object serializer
|
||||
gem "omniauth", "~> 2.0" # A generalized Rack framework for multiple-provider authentication
|
||||
gem "omniauth-apple", "~> 1.0" # OmniAuth strategy for Sign In with Apple
|
||||
|
|
|
|||
16
Gemfile.lock
16
Gemfile.lock
|
|
@ -251,25 +251,29 @@ GEM
|
|||
i18n (>= 1.6, < 2)
|
||||
fakeredis (0.8.0)
|
||||
redis (~> 4.1)
|
||||
faraday (1.8.0)
|
||||
faraday (1.9.3)
|
||||
faraday-em_http (~> 1.0)
|
||||
faraday-em_synchrony (~> 1.0)
|
||||
faraday-excon (~> 1.1)
|
||||
faraday-httpclient (~> 1.0.1)
|
||||
faraday-httpclient (~> 1.0)
|
||||
faraday-multipart (~> 1.0)
|
||||
faraday-net_http (~> 1.0)
|
||||
faraday-net_http_persistent (~> 1.1)
|
||||
faraday-net_http_persistent (~> 1.0)
|
||||
faraday-patron (~> 1.0)
|
||||
faraday-rack (~> 1.0)
|
||||
multipart-post (>= 1.2, < 3)
|
||||
faraday-retry (~> 1.0)
|
||||
ruby2_keywords (>= 0.0.4)
|
||||
faraday-em_http (1.0.0)
|
||||
faraday-em_synchrony (1.0.0)
|
||||
faraday-excon (1.1.0)
|
||||
faraday-httpclient (1.0.1)
|
||||
faraday-multipart (1.0.3)
|
||||
multipart-post (>= 1.2, < 3)
|
||||
faraday-net_http (1.0.1)
|
||||
faraday-net_http_persistent (1.2.0)
|
||||
faraday-patron (1.0.0)
|
||||
faraday-rack (1.0.0)
|
||||
faraday-retry (1.0.3)
|
||||
fastimage (2.2.6)
|
||||
fastly (3.0.2)
|
||||
feedjira (3.2.1)
|
||||
|
|
@ -507,7 +511,7 @@ GEM
|
|||
multi_json (~> 1.3)
|
||||
multi_xml (~> 0.5)
|
||||
rack (>= 1.2, < 3)
|
||||
octokit (4.21.0)
|
||||
octokit (4.22.0)
|
||||
faraday (>= 0.9)
|
||||
sawyer (~> 0.8.0, >= 0.5.3)
|
||||
oj (3.13.11)
|
||||
|
|
@ -965,7 +969,7 @@ DEPENDENCIES
|
|||
memory_profiler (~> 1.0)
|
||||
nakayoshi_fork (~> 0.0.4)
|
||||
nokogiri (~> 1.13)
|
||||
octokit (~> 4.21)
|
||||
octokit (~> 4.22)
|
||||
oj (~> 3.13)
|
||||
omniauth (~> 2.0)
|
||||
omniauth-apple (~> 1.0)
|
||||
|
|
|
|||
BIN
vendor/cache/faraday-1.8.0.gem
vendored
BIN
vendor/cache/faraday-1.8.0.gem
vendored
Binary file not shown.
BIN
vendor/cache/faraday-1.9.3.gem
vendored
Normal file
BIN
vendor/cache/faraday-1.9.3.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/faraday-multipart-1.0.3.gem
vendored
Normal file
BIN
vendor/cache/faraday-multipart-1.0.3.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/faraday-retry-1.0.3.gem
vendored
Normal file
BIN
vendor/cache/faraday-retry-1.0.3.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/octokit-4.21.0.gem
vendored
BIN
vendor/cache/octokit-4.21.0.gem
vendored
Binary file not shown.
BIN
vendor/cache/octokit-4.22.0.gem
vendored
Normal file
BIN
vendor/cache/octokit-4.22.0.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue