Skip to content

Commit

Permalink
fix: ruby/examples/parse/Gemfile & ruby/examples/parse/Gemfile.lock t…
Browse files Browse the repository at this point in the history
…o reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-8453714
  • Loading branch information
snyk-bot committed Dec 8, 2024
1 parent f268421 commit 5e52e44
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ruby/examples/parse/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ source "https://rubygems.org"

git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }

gem "nokogiri", ">= 1.12.5"
gem "nokogiri", ">= 1.15.7"
10 changes: 5 additions & 5 deletions ruby/examples/parse/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
GEM
remote: https://rubygems.org/
specs:
mini_portile2 (2.6.1)
nokogiri (1.12.5)
mini_portile2 (~> 2.6.1)
mini_portile2 (2.8.8)
nokogiri (1.15.7)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
racc (1.5.2)
racc (1.8.1)

PLATFORMS
ruby

DEPENDENCIES
nokogiri (>= 1.12.5)
nokogiri (>= 1.15.7)

BUNDLED WITH
1.17.3

0 comments on commit 5e52e44

Please sign in to comment.