Skip to content

Commit

Permalink
Update json requirement from 2.5.1 to 2.6.1 (progit#262)
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.5.1...v2.6.1)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 13, 2021
1 parent dea5d64 commit c89bd12
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.16'

gem 'json', '2.5.1'
gem 'json', '2.6.1'
gem 'awesome_print', '1.9.2'

gem 'asciidoctor-epub3', '1.5.1'
Expand Down

0 comments on commit c89bd12

Please sign in to comment.