Skip to content

Commit b9cf49b

Browse files
Pin json-schema to satisfy ruby 3.1 dependencies
1 parent ef6aea2 commit b9cf49b

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +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'
2324
gem 'public_suffix', '~> 6.0.2'
2425

2526
group :benchmark do

Gemfile.lock

Lines changed: 4 additions & 3 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 (4.0.1)
15+
bigdecimal (3.3.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 (6.1.0)
32+
json-schema (5.2.2)
3333
addressable (~> 2.8)
34-
bigdecimal (>= 3.1, < 5)
34+
bigdecimal (~> 3.1)
3535
language_server-protocol (3.17.0.5)
3636
lint_roller (1.1.0)
3737
mcp (0.8.0)
@@ -114,6 +114,7 @@ DEPENDENCIES
114114
erb (~> 4.0.4)
115115
faker!
116116
irb
117+
json-schema (~> 5.2.2)
117118
minitest (= 5.27.0)
118119
pry (= 0.16.0)
119120
public_suffix (~> 6.0.2)

0 commit comments

Comments
 (0)