Skip to content

Commit 03aedc2

Browse files
Update json requirement from 2.13.1 to 2.13.2 (#87)
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.13.1...v2.13.2) --- updated-dependencies: - dependency-name: json dependency-version: 2.13.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e613e1c commit 03aedc2

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.3.0'
44
gem 'asciidoctor', '2.0.23'
55

6-
gem 'json', '2.13.1'
6+
gem 'json', '2.13.2'
77
gem 'awesome_print', '1.9.2'
88

99
gem 'asciidoctor-fb2', '0.8.0'

0 commit comments

Comments
 (0)