Build(deps): Bump oj from 3.16.4 to 3.16.5 (#28287)
* Build(deps): Bump oj from 3.16.4 to 3.16.5 Bumps [oj](https://github.com/ohler55/oj) from 3.16.4 to 3.16.5. - [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.16.4...v3.16.5) --- updated-dependencies: - dependency-name: oj dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * add ostruct to default gems list --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jarek Radosz <jradosz@gmail.com>
This commit is contained in:
parent
c42a5a4700
commit
d217a1756d
|
@ -27,6 +27,7 @@ ignored:
|
||||||
- net-http # Ruby (default gem)
|
- net-http # Ruby (default gem)
|
||||||
- net-protocol # Ruby (default gem)
|
- net-protocol # Ruby (default gem)
|
||||||
- openssl # Ruby (default gem)
|
- openssl # Ruby (default gem)
|
||||||
|
- ostruct # Ruby (default gem)
|
||||||
- racc # Ruby (default gem)
|
- racc # Ruby (default gem)
|
||||||
- rchardet # LGPL
|
- rchardet # LGPL
|
||||||
- rdoc # Ruby (default gem)
|
- rdoc # Ruby (default gem)
|
||||||
|
|
|
@ -289,8 +289,9 @@ GEM
|
||||||
multi_json (~> 1.3)
|
multi_json (~> 1.3)
|
||||||
multi_xml (~> 0.5)
|
multi_xml (~> 0.5)
|
||||||
rack (>= 1.2, < 4)
|
rack (>= 1.2, < 4)
|
||||||
oj (3.16.4)
|
oj (3.16.5)
|
||||||
bigdecimal (>= 3.0)
|
bigdecimal (>= 3.0)
|
||||||
|
ostruct (>= 0.2)
|
||||||
omniauth (1.9.2)
|
omniauth (1.9.2)
|
||||||
hashie (>= 3.4.6)
|
hashie (>= 3.4.6)
|
||||||
rack (>= 1.6.2, < 3)
|
rack (>= 1.6.2, < 3)
|
||||||
|
@ -317,6 +318,7 @@ GEM
|
||||||
openssl-signature_algorithm (1.3.0)
|
openssl-signature_algorithm (1.3.0)
|
||||||
openssl (> 2.0)
|
openssl (> 2.0)
|
||||||
optimist (3.1.0)
|
optimist (3.1.0)
|
||||||
|
ostruct (0.6.0)
|
||||||
parallel (1.26.1)
|
parallel (1.26.1)
|
||||||
parallel_tests (4.7.1)
|
parallel_tests (4.7.1)
|
||||||
parallel
|
parallel
|
||||||
|
|
Loading…
Reference in New Issue