File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ gem 'yard', '0.9.38'
2020
2121# TODO: remove when Ruby 3.1 is no longer supported
2222gem 'erb' , '~> 4.0.4'
23+ gem 'json-schema' , '~> 5.2.2'
2324gem 'public_suffix' , '~> 6.0.2'
2425
2526group :benchmark do
Original file line number Diff line number Diff line change 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 )
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 )
You can’t perform that action at this time.
0 commit comments