Skip to content

Commit

Permalink
Update json requirement from 2.6.3 to 2.7.2
Browse files Browse the repository at this point in the history
Updates the requirements on [json](https://github.com/flori/json) to permit the latest version.
- [Release notes](https://github.com/flori/json/releases)
- [Changelog](https://github.com/flori/json/blob/master/CHANGES.md)
- [Commits](ruby/json@v2.6.3...v2.7.2)

---
updated-dependencies:
- dependency-name: json
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 4, 2024
1 parent f6c3f53 commit 9dac376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source 'https://rubygems.org'
gem 'rake', '13.2.0'
gem 'asciidoctor', '2.0.22'

gem 'json', '2.6.3'
gem 'json', '2.7.2'
gem 'awesome_print', '1.9.2'

gem 'asciidoctor-fb2', '0.7.0'
Expand Down

0 comments on commit 9dac376

Please sign in to comment.