Skip to content

Commit

Permalink
Merge pull request #1459 from openSUSE/depfu/update/nokogiri-1.16.3
Browse files Browse the repository at this point in the history
🚨 [security] Update nokogiri 1.15.6 → 1.16.3 (minor)
  • Loading branch information
hennevogel authored Mar 25, 2024
2 parents a6609bf + a2eb65f commit 3c66ba2
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 2 deletions.
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.

0 comments on commit 3c66ba2

Please sign in to comment.