Skip to content

Commit

Permalink
fix: upgrade nokogiri
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcooke committed Feb 6, 2024
1 parent 7bc5230 commit f05c2e4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Gemfile.lock
Expand Up @@ -156,7 +156,7 @@ GEM
marcel (1.0.2)
method_source (1.0.0)
mini_mime (1.1.2)
mini_portile2 (2.8.1)
mini_portile2 (2.8.5)
minitest (5.18.0)
moonrope (2.0.2)
deep_merge (~> 1.0)
Expand All @@ -177,19 +177,19 @@ GEM
activerecord (>= 4.0.0)
activesupport (>= 4.0.0)
nio4r (2.7.0)
nokogiri (1.14.3)
mini_portile2 (~> 2.8.0)
nokogiri (1.16.2)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.14.3-arm64-darwin)
nokogiri (1.16.2-arm64-darwin)
racc (~> 1.4)
nokogiri (1.14.3-x86_64-linux)
nokogiri (1.16.2-x86_64-linux)
racc (~> 1.4)
parallel (1.22.1)
parser (3.2.1.1)
ast (~> 2.4.1)
puma (6.4.2)
nio4r (~> 2.0)
racc (1.6.2)
racc (1.7.3)
rack (2.2.6.4)
rack-test (2.1.0)
rack (>= 1.3)
Expand Down

0 comments on commit f05c2e4

Please sign in to comment.