We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbcd33e commit b0081f2Copy full SHA for b0081f2
1 file changed
Gemfile.lock
@@ -254,6 +254,7 @@ GEM
254
marcel (1.1.0)
255
matrix (0.4.3)
256
mini_mime (1.1.5)
257
+ mini_portile2 (2.8.9)
258
minitest (5.27.0)
259
minitest-ci (3.4.0)
260
minitest (>= 5.0.6)
@@ -273,6 +274,9 @@ GEM
273
274
net-protocol
275
net-ssh (7.3.0)
276
nio4r (2.7.5)
277
+ nokogiri (1.17.2)
278
+ mini_portile2 (~> 2.8.2)
279
+ racc (~> 1.4)
280
nokogiri (1.17.2-aarch64-linux)
281
racc (~> 1.4)
282
nokogiri (1.17.2-arm-linux)
@@ -400,6 +404,8 @@ GEM
400
404
actionpack (>= 6.1)
401
405
activesupport (>= 6.1)
402
406
sprockets (>= 3.0.0)
407
+ sqlite3 (1.7.3)
408
+ mini_portile2 (~> 2.8.0)
403
409
sqlite3 (1.7.3-aarch64-linux)
410
sqlite3 (1.7.3-arm-linux)
411
sqlite3 (1.7.3-arm64-darwin)
0 commit comments