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 294e05d commit de814a0Copy full SHA for de814a0
Gemfile.lock
@@ -129,6 +129,8 @@ GEM
129
nio4r (2.7.4)
130
nokogiri (1.16.7-arm64-darwin)
131
racc (~> 1.4)
132
+ nokogiri (1.16.7-x64-mingw-ucrt)
133
+ racc (~> 1.4)
134
nokogiri (1.16.7-x86_64-darwin)
135
136
nokogiri (1.16.7-x86_64-linux)
@@ -234,6 +236,7 @@ GEM
234
236
sorbet-static-and-runtime (>= 0.5.10187)
235
237
thor (>= 0.19.2)
238
sqlite3 (2.1.0-arm64-darwin)
239
+ sqlite3 (2.1.0-x64-mingw-ucrt)
240
sqlite3 (2.1.0-x86_64-darwin)
241
sqlite3 (2.1.0-x86_64-linux-gnu)
242
stringio (3.1.2)
@@ -266,6 +269,7 @@ GEM
266
269
267
270
PLATFORMS
268
271
arm64-darwin
272
+ x64-mingw-ucrt
273
x86_64-darwin
274
x86_64-linux
275
0 commit comments