Skip to content

Commit 2f0064c

Browse files
committed
Fix nokogiri in Gemfile.lock
1 parent 3e55305 commit 2f0064c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

benchmarks/erubi_rails/Gemfile.lock

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,12 @@ GEM
112112
net-protocol
113113
timeout
114114
nio4r (2.5.8)
115-
nokogiri (1.15.0)
115+
nokogiri (1.15.0-arm64-darwin)
116+
racc (~> 1.4)
117+
nokogiri (1.15.0-x86_64-darwin)
118+
racc (~> 1.4)
119+
nokogiri (1.15.0-x86_64-linux)
116120
racc (~> 1.4)
117-
mini_portile2 (~> 2.8.0)
118121
public_suffix (4.0.6)
119122
puma (5.6.4)
120123
nio4r (~> 2.0)

0 commit comments

Comments
 (0)