Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 25, 2024
1 parent 652208f commit 57791a6
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.1'
gem 'asciidoctor', '2.0.22'

gem 'json', '2.7.2'
gem 'json', '2.7.4'
gem 'awesome_print', '1.9.2'

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

0 comments on commit 57791a6

Please sign in to comment.