Skip to content

Commit

Permalink
Bump json from 1.8.2 to 2.3.0 in /exts/protogen/protocol_generator
Browse files Browse the repository at this point in the history
Bumps [json](https://github.com/flori/json) from 1.8.2 to 2.3.0.
- [Release notes](https://github.com/flori/json/releases)
- [Changelog](https://github.com/flori/json/blob/master/CHANGES.md)
- [Commits](ruby/json@v1.8.2...v2.3.0)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 21, 2022
1 parent 35e6db7 commit 4ff0794
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion exts/protogen/protocol_generator/Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

source 'https://rubygems.org'

gem 'json', '~> 1.8.6'
gem 'json', '~> 2.3.0'
gem 'json-schema', "~> 1.1"
gem 'rakejava'
gem 'yard'
Expand Down
4 changes: 2 additions & 2 deletions exts/protogen/protocol_generator/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ GEM
specs:
git (1.11.0)
rchardet (~> 1.8)
json (1.8.6)
json (2.3.0)
json-schema (1.2.1)
rake (13.0.6)
rakejava (1.3.7)
Expand All @@ -19,7 +19,7 @@ PLATFORMS

DEPENDENCIES
git
json (~> 1.8.6)
json (~> 2.3.0)
json-schema (~> 1.1)
rakejava
redcarpet
Expand Down

0 comments on commit 4ff0794

Please sign in to comment.