Skip to content

Commit

Permalink
Merge pull request #107 from ioki-mobility/update-nokogiri-to-fix-CVE
Browse files Browse the repository at this point in the history
Update nokogiri to fix CVE
  • Loading branch information
bogn83 committed Jun 10, 2024
2 parents ac63313 + dd470b7 commit 3d37792
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
strategy:
matrix:
ruby:
- '2.7.8'
- '3.0.6'
- '3.1.4'
- '3.2.2'
- '3.0.7'
- '3.1.6'
- '3.2.4'
- '3.3.2'

steps:
- uses: actions/checkout@v4
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ GEM
nokogiri (>= 1.12.0)
minitest (5.23.0)
mutex_m (0.2.0)
nokogiri (1.15.6-arm64-darwin)
nokogiri (1.16.5-arm64-darwin)
racc (~> 1.4)
nokogiri (1.15.6-x86_64-linux)
nokogiri (1.16.5-x86_64-linux)
racc (~> 1.4)
parallel (1.23.0)
parser (3.2.2.4)
Expand Down Expand Up @@ -166,4 +166,4 @@ DEPENDENCIES
rubocop-rspec

BUNDLED WITH
2.3.8
2.5.11

0 comments on commit 3d37792

Please sign in to comment.