Skip to content

Commit 277a202

Browse files
Add linux & mac platforms
1 parent 1d1e92d commit 277a202

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Gemfile.lock

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,10 @@ GEM
165165
nokogiri (1.19.0)
166166
mini_portile2 (~> 2.8.2)
167167
racc (~> 1.4)
168+
nokogiri (1.19.0-arm64-darwin)
169+
racc (~> 1.4)
170+
nokogiri (1.19.0-x86_64-linux-gnu)
171+
racc (~> 1.4)
168172
popper_js (2.11.8)
169173
pp (0.6.3)
170174
prettyprint
@@ -257,6 +261,8 @@ GEM
257261
sprockets (>= 3.0.0)
258262
sqlite3 (2.9.0)
259263
mini_portile2 (~> 2.8.0)
264+
sqlite3 (2.9.0-arm64-darwin)
265+
sqlite3 (2.9.0-x86_64-linux-gnu)
260266
stimulus-rails (1.3.4)
261267
railties (>= 6.0.0)
262268
stringio (3.2.0)
@@ -283,7 +289,9 @@ GEM
283289
zeitwerk (2.7.4)
284290

285291
PLATFORMS
292+
arm64-darwin
286293
ruby
294+
x86_64-linux
287295

288296
DEPENDENCIES
289297
bootsnap

0 commit comments

Comments
 (0)