Skip to content

Commit 6e48b68

Browse files
authored
Merge pull request #4095 from envato/nokogiri
Bump nokogiri from 1.15.5 to 1.16.2
2 parents 7b2c255 + a18d79e commit 6e48b68

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -464,16 +464,16 @@ GEM
464464
netrc (0.11.0)
465465
newrelic_rpm (6.15.0)
466466
nio4r (2.7.0)
467-
nokogiri (1.15.5)
467+
nokogiri (1.16.2)
468468
mini_portile2 (~> 2.8.2)
469469
racc (~> 1.4)
470-
nokogiri (1.15.5-aarch64-linux)
470+
nokogiri (1.16.2-aarch64-linux)
471471
racc (~> 1.4)
472-
nokogiri (1.15.5-arm64-darwin)
472+
nokogiri (1.16.2-arm64-darwin)
473473
racc (~> 1.4)
474-
nokogiri (1.15.5-x86_64-darwin)
474+
nokogiri (1.16.2-x86_64-darwin)
475475
racc (~> 1.4)
476-
nokogiri (1.15.5-x86_64-linux)
476+
nokogiri (1.16.2-x86_64-linux)
477477
racc (~> 1.4)
478478
oauth2 (2.0.9)
479479
faraday (>= 0.17.3, < 3.0)

Rakefile

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,7 @@ end
6060

6161
desc 'Scan for gem vulnerabilities'
6262
task :bundle_audit do
63-
# TODO: remove CVE-2015-9284 once https://github.com/omniauth/omniauth/pull/809 is resolved
64-
# TODO: remove CVE-2022-0759 once local development works on newer version
65-
# TODO: remove GHSA-hjp3-5g2q-7jww will need ruby 3.0
66-
# TODO: remove GHSA-xc9x-jj77-9p9j will need ruby 3.0
67-
sh "bundle-audit check --update " \
68-
"--ignore CVE-2015-9284 CVE-2022-0759 GHSA-hjp3-5g2q-7jww CVE-2023-34246 GHSA-xc9x-jj77-9p9j"
63+
sh "bundle-audit check --update"
6964
end
7065

7166
desc "Run rubocop"

0 commit comments

Comments
 (0)