We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e914526 commit e9bf5a0Copy full SHA for e9bf5a0
1 file changed
Gemfile.lock
@@ -170,6 +170,7 @@ GEM
170
factory_bot (~> 6.5)
171
railties (>= 6.1.0)
172
ffi (1.17.2-arm64-darwin)
173
+ ffi (1.17.2-x86_64-linux-gnu)
174
flay (2.13.3)
175
erubi (~> 1.10)
176
path_expander (~> 1.0)
@@ -235,6 +236,8 @@ GEM
235
236
nio4r (2.7.4)
237
nokogiri (1.18.10-arm64-darwin)
238
racc (~> 1.4)
239
+ nokogiri (1.18.10-x86_64-linux-gnu)
240
+ racc (~> 1.4)
241
oj (3.16.11)
242
bigdecimal (>= 3.0)
243
ostruct (>= 0.2)
@@ -247,6 +250,7 @@ GEM
247
250
racc
248
251
path_expander (1.1.3)
249
252
pg (1.6.2-arm64-darwin)
253
+ pg (1.6.2-x86_64-linux)
254
pp (0.6.3)
255
prettyprint
256
prettyprint (0.2.0)
@@ -437,6 +441,7 @@ GEM
437
441
438
442
PLATFORMS
439
443
arm64-darwin-24
444
+ x86_64-linux
440
445
446
DEPENDENCIES
447
blueprinter
0 commit comments