Skip to content

Commit 34c841e

Browse files
committed
$ bundle lock --add-platform x64-mingw-ucrt
1 parent 3fdbd50 commit 34c841e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Gemfile.lock

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,8 @@ GEM
136136
nio4r (2.7.0)
137137
nokogiri (1.16.0-arm64-darwin)
138138
racc (~> 1.4)
139+
nokogiri (1.16.0-x64-mingw-ucrt)
140+
racc (~> 1.4)
139141
nokogiri (1.16.0-x86_64-darwin)
140142
racc (~> 1.4)
141143
nokogiri (1.16.0-x86_64-linux)
@@ -241,6 +243,7 @@ GEM
241243
syntax_tree (>= 6.1.1)
242244
thor (>= 0.19.2)
243245
sqlite3 (1.7.0-arm64-darwin)
246+
sqlite3 (1.7.0-x64-mingw-ucrt)
244247
sqlite3 (1.7.0-x86_64-darwin)
245248
sqlite3 (1.7.0-x86_64-linux)
246249
stringio (3.1.0)
@@ -259,6 +262,8 @@ GEM
259262
timeout (0.4.1)
260263
tzinfo (2.0.6)
261264
concurrent-ruby (~> 1.0)
265+
tzinfo-data (1.2023.4)
266+
tzinfo (>= 1.0.0)
262267
unicode-display_width (2.5.0)
263268
webrick (1.8.1)
264269
websocket-driver (0.7.6)
@@ -272,6 +277,7 @@ GEM
272277

273278
PLATFORMS
274279
arm64-darwin
280+
x64-mingw-ucrt
275281
x86_64-darwin
276282
x86_64-linux
277283

0 commit comments

Comments
 (0)