We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d1e92d commit 277a202Copy full SHA for 277a202
Gemfile.lock
@@ -165,6 +165,10 @@ GEM
165
nokogiri (1.19.0)
166
mini_portile2 (~> 2.8.2)
167
racc (~> 1.4)
168
+ nokogiri (1.19.0-arm64-darwin)
169
+ racc (~> 1.4)
170
+ nokogiri (1.19.0-x86_64-linux-gnu)
171
172
popper_js (2.11.8)
173
pp (0.6.3)
174
prettyprint
@@ -257,6 +261,8 @@ GEM
257
261
sprockets (>= 3.0.0)
258
262
sqlite3 (2.9.0)
259
263
mini_portile2 (~> 2.8.0)
264
+ sqlite3 (2.9.0-arm64-darwin)
265
+ sqlite3 (2.9.0-x86_64-linux-gnu)
260
266
stimulus-rails (1.3.4)
267
railties (>= 6.0.0)
268
stringio (3.2.0)
@@ -283,7 +289,9 @@ GEM
283
289
zeitwerk (2.7.4)
284
290
285
291
PLATFORMS
292
+ arm64-darwin
286
293
ruby
294
+ x86_64-linux
287
295
288
296
DEPENDENCIES
297
bootsnap
0 commit comments