Skip to content

Commit 83dee91

Browse files
committed
Fix Gemfile.lock for generic usage
1 parent 5f30689 commit 83dee91

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

Gemfile.lock

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ GEM
119119
net-smtp
120120
marcel (1.1.0)
121121
mini_mime (1.1.5)
122+
mini_portile2 (2.8.9)
122123
minitest (5.25.5)
123124
net-imap (0.5.11)
124125
date
@@ -130,7 +131,8 @@ GEM
130131
net-smtp (0.5.1)
131132
net-protocol
132133
nio4r (2.7.4)
133-
nokogiri (1.18.10-arm64-darwin)
134+
nokogiri (1.18.10)
135+
mini_portile2 (~> 2.8.2)
134136
racc (~> 1.4)
135137
parallel (1.27.0)
136138
parser (3.3.9.0)
@@ -241,7 +243,8 @@ GEM
241243
rubocop-ast (>= 1.44.0, < 2.0)
242244
ruby-progressbar (1.13.0)
243245
securerandom (0.4.1)
244-
sqlite3 (2.7.4-arm64-darwin)
246+
sqlite3 (2.7.4)
247+
mini_portile2 (~> 2.8.0)
245248
stringio (3.1.7)
246249
thor (1.4.0)
247250
timeout (0.4.3)
@@ -262,7 +265,7 @@ GEM
262265
zeitwerk (2.7.3)
263266

264267
PLATFORMS
265-
arm64-darwin
268+
ruby
266269

267270
DEPENDENCIES
268271
propshaft

0 commit comments

Comments
 (0)