Bump oj from 3.10.18 to 3.11.0 (#12256)
Bumps [oj](https://github.com/ohler55/oj) from 3.10.18 to 3.11.0. - [Release notes](https://github.com/ohler55/oj/releases) - [Changelog](https://github.com/ohler55/oj/blob/develop/CHANGELOG.md) - [Commits](https://github.com/ohler55/oj/compare/v3.10.18...v3.11.0) 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
7b5d7c3eb4
commit
4329ea94a0
4 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -59,7 +59,7 @@ gem "liquid", "~> 4.0" # A secure, non-evaling end user template engine with aes
|
|||
gem "mini_racer", "~> 0.3.1" # Minimal embedded v8
|
||||
gem "nokogiri", "~> 1.11" # HTML, XML, SAX, and Reader parser
|
||||
gem "octokit", "~> 4.20" # Simple wrapper for the GitHub API
|
||||
gem "oj", "~> 3.10" # JSON parser and object serializer
|
||||
gem "oj", "~> 3.11" # JSON parser and object serializer
|
||||
gem "omniauth", "~> 1.9" # A generalized Rack framework for multiple-provider authentication
|
||||
gem "omniauth-apple", "~> 1.0" # OmniAuth strategy for Sign In with Apple
|
||||
gem "omniauth-facebook", "~> 8.0" # OmniAuth strategy for Facebook
|
||||
|
|
|
|||
|
|
@ -485,7 +485,7 @@ GEM
|
|||
octokit (4.20.0)
|
||||
faraday (>= 0.9)
|
||||
sawyer (~> 0.8.0, >= 0.5.3)
|
||||
oj (3.10.18)
|
||||
oj (3.11.0)
|
||||
omniauth (1.9.1)
|
||||
hashie (>= 3.4.6)
|
||||
rack (>= 1.6.2, < 3)
|
||||
|
|
@ -911,7 +911,7 @@ DEPENDENCIES
|
|||
nakayoshi_fork (~> 0.0.4)
|
||||
nokogiri (~> 1.11)
|
||||
octokit (~> 4.20)
|
||||
oj (~> 3.10)
|
||||
oj (~> 3.11)
|
||||
omniauth (~> 1.9)
|
||||
omniauth-apple (~> 1.0)
|
||||
omniauth-facebook (~> 8.0)
|
||||
|
|
|
|||
BIN
vendor/cache/oj-3.10.18.gem
vendored
BIN
vendor/cache/oj-3.10.18.gem
vendored
Binary file not shown.
BIN
vendor/cache/oj-3.11.0.gem
vendored
Normal file
BIN
vendor/cache/oj-3.11.0.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue