Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🚨 [security] Update nokogiri 1.15.6 → 1.16.3 (minor) #1459

Merged
merged 2 commits into from
Mar 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
name: Test Suite
env:
BUNDLE_BUILD__NOKOGIRI: "--use-system-libraries"

on:
push:
Expand All @@ -12,6 +14,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install libxml dependencies
run: |
sudo apt-get update
sudo apt-get install libxslt1-dev
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ GEM
net-smtp (0.4.0)
net-protocol
nio4r (2.7.0)
nokogiri (1.15.6)
nokogiri (1.16.3)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
open_uri_redirections (0.2.1)
Expand All @@ -216,7 +216,7 @@ GEM
prime (0.1.2)
forwardable
singleton
psych (5.1.1.1)
psych (5.1.2)
stringio
public_suffix (5.0.3)
puma (6.4.2)
Expand Down
Binary file not shown.
Binary file removed vendor/cache/psych-5.1.1.1.gem
Binary file not shown.
Binary file added vendor/cache/psych-5.1.2.gem
Binary file not shown.