Skip to content

Commit ea66a29

Browse files
authored
Merge pull request #4677 from vespa-engine/fix/cve-dependency-updates
chore: update gems to fix CVEs
2 parents 338b858 + 6be1b26 commit ea66a29

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ source "https://rubygems.org"
1414
# gem "jekyll", "~> 3.9.0"
1515

1616
# This is the default theme for new Jekyll sites. You may change this to anything you like.
17-
gem "minima", "~> 2.0"
17+
gem "minima", ">= 2.5.1"
1818

1919
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
2020
# uncomment the line below. To upgrade, run `bundle update github-pages`.
21-
gem "github-pages"
21+
gem "github-pages", ">= 232"
2222

2323
# Performance-booster for watching directories on Windows
2424
gem "wdm", "~> 0.2.0", :install_if => Gem.win_platform?
@@ -32,7 +32,7 @@ gem "webrick"
3232

3333
# Get the html-proofer to work
3434
gem 'rake'
35-
gem 'html-proofer'
35+
gem 'html-proofer', '>= 5.2.1'
3636

3737
# Work-around for csv and base64 no longer included in Ruby 3.4.0
3838
gem "csv"

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ GEM
121121
html-pipeline (2.14.3)
122122
activesupport (>= 2)
123123
nokogiri (>= 1.4)
124-
html-proofer (5.1.1)
124+
html-proofer (5.2.1)
125125
addressable (~> 2.3)
126126
async (~> 2.1)
127127
benchmark (~> 0.5)
@@ -267,7 +267,7 @@ GEM
267267
prism (~> 1.5)
268268
net-http (0.9.1)
269269
uri (>= 0.11.1)
270-
nokogiri (1.19.1)
270+
nokogiri (1.19.3)
271271
mini_portile2 (~> 2.8.2)
272272
racc (~> 1.4)
273273
octokit (4.25.1)

0 commit comments

Comments
 (0)