Skip to content

Commit 283df1e

Browse files
Bump oj from 3.14.3 to 3.16.5
Bumps [oj](https://github.com/ohler55/oj) from 3.14.3 to 3.16.5. - [Release notes](https://github.com/ohler55/oj/releases) - [Changelog](https://github.com/ohler55/oj/blob/develop/CHANGELOG.md) - [Commits](ohler55/oj@v3.14.3...v3.16.5) --- updated-dependencies: - dependency-name: oj dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 10b6f8e commit 283df1e

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ source 'https://rubygems.org'
22
gemspec
33

44
platforms :mri do
5-
gem 'oj', '~> 3.14'
5+
gem 'oj', '~> 3.16'
66
end

Gemfile.lock

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ GEM
1919
i18n (>= 1.6, < 2)
2020
minitest (>= 5.1)
2121
tzinfo (~> 2.0)
22+
bigdecimal (3.1.8)
2223
concurrent-ruby (1.2.2)
2324
connection_pool (2.4.1)
2425
diff-lcs (1.5.0)
@@ -31,7 +32,10 @@ GEM
3132
mustermann (3.0.0)
3233
ruby2_keywords (~> 0.0.1)
3334
nio4r (2.5.9)
34-
oj (3.14.3)
35+
oj (3.16.5)
36+
bigdecimal (>= 3.0)
37+
ostruct (>= 0.2)
38+
ostruct (0.6.0)
3539
puma (6.3.0)
3640
nio4r (~> 2.0)
3741
rack (2.2.7)
@@ -78,7 +82,7 @@ PLATFORMS
7882

7983
DEPENDENCIES
8084
mock_redis (~> 0.22)
81-
oj (~> 3.14)
85+
oj (~> 3.16)
8286
rack-test (~> 2.0)
8387
rspec (~> 3.9)
8488
stealth!

0 commit comments

Comments
 (0)