We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd7fe2a commit 59b4997Copy full SHA for 59b4997
1 file changed
Gemfile.lock
@@ -92,6 +92,7 @@ GEM
92
drb (2.2.1)
93
erubi (1.13.1)
94
ffi (1.17.1-arm64-darwin)
95
+ ffi (1.17.1-x86_64-darwin)
96
ffi (1.17.1-x86_64-linux-gnu)
97
formatador (1.1.0)
98
globalid (1.2.1)
@@ -146,6 +147,8 @@ GEM
146
147
nio4r (2.7.4)
148
nokogiri (1.18.9-arm64-darwin)
149
racc (~> 1.4)
150
+ nokogiri (1.18.9-x86_64-darwin)
151
+ racc (~> 1.4)
152
nokogiri (1.18.9-x86_64-linux-gnu)
153
154
notiffany (0.1.3)
@@ -233,6 +236,7 @@ GEM
233
236
securerandom (0.3.1)
234
237
shellany (0.0.1)
235
238
sqlite3 (2.7.3-arm64-darwin)
239
+ sqlite3 (2.7.3-x86_64-darwin)
240
sqlite3 (2.7.3-x86_64-linux-gnu)
241
stringio (3.1.1)
242
thor (1.3.2)
@@ -252,6 +256,7 @@ PLATFORMS
252
256
arm64-darwin-22
253
257
arm64-darwin-23
254
258
arm64-darwin-24
259
+ x86_64-darwin-21
255
260
x86_64-linux
261
262
DEPENDENCIES
0 commit comments