Skip to content

Commit

Permalink
Update json requirement from 2.6.3 to 2.7.0
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](flori/json@v2.6.3...v2.7.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Dec 1, 2023
1 parent d83275a commit 7f8da35
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.0.6'
gem 'asciidoctor', '2.0.20'

gem 'json', '2.6.3'
gem 'json', '2.7.0'
gem 'awesome_print', '1.9.2'

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

0 comments on commit 7f8da35

Please sign in to comment.