Skip to content

Commit 4559f54

Browse files
Bump json-schema from 5.2.2 to 6.2.0
Bumps [json-schema](https://github.com/voxpupuli/json-schema) from 5.2.2 to 6.2.0. - [Release notes](https://github.com/voxpupuli/json-schema/releases) - [Changelog](https://github.com/voxpupuli/json-schema/blob/master/CHANGELOG.md) - [Commits](voxpupuli/json-schema@v5.2.2...v6.2.0) --- updated-dependencies: - dependency-name: json-schema dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 200c04a commit 4559f54

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ gem 'yard', '0.9.38'
2020

2121
# TODO: remove when Ruby 3.1 is no longer supported
2222
gem 'erb', '~> 4.0.4'
23-
gem 'json-schema', '~> 5.2.2'
23+
gem 'json-schema', '~> 6.2.0'
2424
gem 'public_suffix', '~> 6.0.2'
2525

2626
group :benchmark do

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ GEM
1212
ast (2.4.3)
1313
benchmark (0.5.0)
1414
benchmark-ips (2.14.0)
15-
bigdecimal (3.3.1)
15+
bigdecimal (4.0.1)
1616
cgi (0.5.1)
1717
coderay (1.1.3)
1818
concurrent-ruby (1.3.6)
@@ -29,9 +29,9 @@ GEM
2929
rdoc (>= 4.0.0)
3030
reline (>= 0.4.2)
3131
json (2.18.1)
32-
json-schema (5.2.2)
32+
json-schema (6.2.0)
3333
addressable (~> 2.8)
34-
bigdecimal (~> 3.1)
34+
bigdecimal (>= 3.1, < 5)
3535
language_server-protocol (3.17.0.5)
3636
lint_roller (1.1.0)
3737
mcp (0.8.0)
@@ -114,7 +114,7 @@ DEPENDENCIES
114114
erb (~> 4.0.4)
115115
faker!
116116
irb
117-
json-schema (~> 5.2.2)
117+
json-schema (~> 6.2.0)
118118
minitest (= 5.27.0)
119119
pry (= 0.16.0)
120120
public_suffix (~> 6.0.2)

0 commit comments

Comments
 (0)