We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9f06b1 commit 945caabCopy full SHA for 945caab
Gemfile.lock
@@ -140,6 +140,8 @@ GEM
140
nio4r (2.7.4)
141
nokogiri (1.18.8-x86_64-darwin)
142
racc (~> 1.4)
143
+ nokogiri (1.18.8-x86_64-linux-gnu)
144
+ racc (~> 1.4)
145
openapi_contracts (0.16.1)
146
activesupport (>= 6.1, < 8.1)
147
json_schemer (>= 2.1, < 2.5)
@@ -232,6 +234,7 @@ GEM
232
234
securerandom (0.4.1)
233
235
simpleidn (0.2.3)
236
sqlite3 (2.7.0-x86_64-darwin)
237
+ sqlite3 (2.7.0-x86_64-linux-gnu)
238
stringio (3.1.7)
239
thor (1.3.2)
240
timeout (0.4.3)
@@ -251,6 +254,7 @@ GEM
251
254
252
255
PLATFORMS
253
256
x86_64-darwin-23
257
+ x86_64-linux
258
259
DEPENDENCIES
260
bootsnap
0 commit comments