Skip to content

Commit 88c1d7c

Browse files
Update json requirement from 2.4.1 to 2.5.1
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.4.1...v2.5.1) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1a2bf79 commit 88c1d7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ source 'https://rubygems.org'
33
gem 'rake', ' 13.0.1'
44
gem 'asciidoctor', '2.0.12'
55

6-
gem 'json', '2.4.1'
6+
gem 'json', '2.5.1'
77
gem 'awesome_print', '1.8.0'
88

99
gem 'asciidoctor-epub3', '1.5.0.alpha.19'

0 commit comments

Comments
 (0)