Skip to content

Commit 31f5a36

Browse files
committed
Revert "Rerun bundle on macOS Sequoia; also skip darwin version number"
This reverts commit b5bdb17.
1 parent b5bdb17 commit 31f5a36

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

Gemfile.lock

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,13 @@ GEM
7171
loofah (2.22.0)
7272
crass (~> 1.0.2)
7373
nokogiri (>= 1.12.0)
74-
mini_portile2 (2.8.8)
7574
minitest (5.20.0)
7675
minitest-sprint (1.2.2)
7776
path_expander (~> 1.1)
7877
mutex_m (0.2.0)
79-
nokogiri (1.16.0)
80-
mini_portile2 (~> 2.8.2)
78+
nokogiri (1.16.0-arm64-darwin)
79+
racc (~> 1.4)
80+
nokogiri (1.16.0-x86_64-linux)
8181
racc (~> 1.4)
8282
path_expander (1.1.1)
8383
psych (5.1.2)
@@ -116,8 +116,8 @@ GEM
116116
reline (0.4.2)
117117
io-console (~> 0.5)
118118
ruby2_keywords (0.0.5)
119-
sqlite3 (1.7.0)
120-
mini_portile2 (~> 2.8.0)
119+
sqlite3 (1.7.0-arm64-darwin)
120+
sqlite3 (1.7.0-x86_64-linux)
121121
stringio (3.1.0)
122122
thor (1.3.0)
123123
timeout (0.4.1)
@@ -127,7 +127,10 @@ GEM
127127
zeitwerk (2.6.12)
128128

129129
PLATFORMS
130-
arm64-darwin
130+
arm64-darwin-20
131+
arm64-darwin-21
132+
arm64-darwin-22
133+
arm64-darwin-23
131134
x86_64-linux
132135

133136
DEPENDENCIES

0 commit comments

Comments
 (0)