Skip to content

Commit

Permalink
Bump oj from 3.14.3 to 3.16.6
Browse files Browse the repository at this point in the history
Bumps [oj](https://github.com/ohler55/oj) from 3.14.3 to 3.16.6.
- [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.6)

---
updated-dependencies:
- dependency-name: oj
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 10, 2024
1 parent 10b6f8e commit 54d1ce3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ source 'https://rubygems.org'
gemspec

platforms :mri do
gem 'oj', '~> 3.14'
gem 'oj', '~> 3.16'
end
8 changes: 6 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ GEM
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
bigdecimal (3.1.8)
concurrent-ruby (1.2.2)
connection_pool (2.4.1)
diff-lcs (1.5.0)
Expand All @@ -31,7 +32,10 @@ GEM
mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
nio4r (2.5.9)
oj (3.14.3)
oj (3.16.6)
bigdecimal (>= 3.0)
ostruct (>= 0.2)
ostruct (0.6.0)
puma (6.3.0)
nio4r (~> 2.0)
rack (2.2.7)
Expand Down Expand Up @@ -78,7 +82,7 @@ PLATFORMS

DEPENDENCIES
mock_redis (~> 0.22)
oj (~> 3.14)
oj (~> 3.16)
rack-test (~> 2.0)
rspec (~> 3.9)
stealth!
Expand Down

0 comments on commit 54d1ce3

Please sign in to comment.