Skip to content

Commit be7b127

Browse files
committed
Add macos to supported platforms in Gemfile.lock
1 parent da0d96b commit be7b127

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Gemfile.lock

+4-3
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ GEM
3030
concurrent-ruby (~> 1.0)
3131
json (2.7.1)
3232
language_server-protocol (3.17.0.3)
33+
mini_portile2 (2.8.8)
3334
minitest (5.21.1)
3435
mutex_m (0.2.0)
35-
nokogiri (1.16.0-aarch64-linux)
36-
racc (~> 1.4)
37-
nokogiri (1.16.0-x86_64-linux)
36+
nokogiri (1.16.0)
37+
mini_portile2 (~> 2.8.2)
3838
racc (~> 1.4)
3939
parallel (1.24.0)
4040
parser (3.3.0.3)
@@ -80,6 +80,7 @@ GEM
8080

8181
PLATFORMS
8282
aarch64-linux
83+
x86_64-darwin-23
8384
x86_64-linux
8485

8586
DEPENDENCIES

0 commit comments

Comments
 (0)