Skip to content

Commit b5bdb17

Browse files
committed
Rerun bundle on macOS Sequoia; also skip darwin version number
1 parent 9a18f72 commit b5bdb17

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

Gemfile.lock

Lines changed: 6 additions & 9 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)
7475
minitest (5.20.0)
7576
minitest-sprint (1.2.2)
7677
path_expander (~> 1.1)
7778
mutex_m (0.2.0)
78-
nokogiri (1.16.0-arm64-darwin)
79-
racc (~> 1.4)
80-
nokogiri (1.16.0-x86_64-linux)
79+
nokogiri (1.16.0)
80+
mini_portile2 (~> 2.8.2)
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-arm64-darwin)
120-
sqlite3 (1.7.0-x86_64-linux)
119+
sqlite3 (1.7.0)
120+
mini_portile2 (~> 2.8.0)
121121
stringio (3.1.0)
122122
thor (1.3.0)
123123
timeout (0.4.1)
@@ -127,10 +127,7 @@ GEM
127127
zeitwerk (2.6.12)
128128

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

136133
DEPENDENCIES

0 commit comments

Comments
 (0)