Skip to content

Commit

Permalink
can't use precompiled nokogiri for ruby 3.3 yet
Browse files Browse the repository at this point in the history
  • Loading branch information
skaes committed Dec 27, 2023
1 parent afa2ef5 commit 536a9c0
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ GEM
net-smtp
marcel (1.0.2)
mini_mime (1.1.5)
mini_portile2 (2.8.5)
minitest (5.20.0)
mongo (2.19.3)
bson (>= 4.14.1, < 5.0.0)
Expand All @@ -154,13 +155,8 @@ GEM
net-ssh-gateway (2.0.0)
net-ssh (>= 4.0.0)
nio4r (2.7.0)
nokogiri (1.15.5-aarch64-linux)
racc (~> 1.4)
nokogiri (1.15.5-arm64-darwin)
racc (~> 1.4)
nokogiri (1.15.5-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.15.5-x86_64-linux)
nokogiri (1.15.5)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
oj (3.16.3)
bigdecimal (>= 3.0)
Expand Down Expand Up @@ -287,4 +283,4 @@ DEPENDENCIES
whenever

BUNDLED WITH
2.4.10
2.5.3

0 comments on commit 536a9c0

Please sign in to comment.