We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 81f33ad + 9611e42 commit 7c8e005Copy full SHA for 7c8e005
1 file changed
Gemfile.lock
@@ -47,6 +47,9 @@ GEM
47
http-form_data (2.3.0)
48
json (2.18.1)
49
json (2.18.1-java)
50
+ json-schema (6.1.0)
51
+ addressable (~> 2.8)
52
+ bigdecimal (>= 3.1, < 5)
53
language_server-protocol (3.17.0.5)
54
lint_roller (1.1.0)
55
llhttp-ffi (0.5.1)
@@ -57,6 +60,8 @@ GEM
57
60
connection_pool (>= 2.2, < 4.0)
58
61
http (>= 4.3, < 6.0)
59
62
maxmind-db (~> 1.4)
63
+ mcp (0.8.0)
64
+ json-schema (>= 4.1)
65
parallel (1.27.0)
66
parser (3.3.10.2)
67
ast (~> 2.4.1)
@@ -82,10 +87,11 @@ GEM
82
87
diff-lcs (>= 1.2.0, < 2.0)
83
88
rspec-support (~> 3.13.0)
84
89
rspec-support (3.13.7)
85
- rubocop (1.84.2)
90
+ rubocop (1.85.0)
86
91
json (~> 2.3)
92
language_server-protocol (~> 3.17.0.2)
93
lint_roller (~> 1.1.0)
94
+ mcp (~> 0.6)
95
parallel (~> 1.10)
96
parser (>= 3.3.0.2)
97
rainbow (>= 2.2.2, < 4.0)
0 commit comments