Skip to content

Commit ce026ef

Browse files
Update json requirement from 2.7.6 to 2.8.1
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.6...v2.8.1) --- updated-dependencies: - dependency-name: json dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d699f32 commit ce026ef

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.1'
44
gem 'asciidoctor', '2.0.22'
55

6-
gem 'json', '2.7.6'
6+
gem 'json', '2.8.1'
77
gem 'awesome_print', '1.9.2'
88

99
gem 'asciidoctor-fb2', '0.7.0'

0 commit comments

Comments
 (0)