Skip to content

Commit 9dac376

Browse files
Update json requirement from 2.6.3 to 2.7.2
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]>
1 parent f6c3f53 commit 9dac376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ source 'https://rubygems.org'
33
gem 'rake', '13.2.0'
44
gem 'asciidoctor', '2.0.22'
55

6-
gem 'json', '2.6.3'
6+
gem 'json', '2.7.2'
77
gem 'awesome_print', '1.9.2'
88

99
gem 'asciidoctor-fb2', '0.7.0'

0 commit comments

Comments
 (0)