Skip to content

Commit

Permalink
Merge pull request #639 from yegor256/renovate/nokogiri-1.x
Browse files Browse the repository at this point in the history
Update dependency nokogiri to v1.16.7
  • Loading branch information
yegor256 authored Sep 2, 2024
2 parents 3acc8e3 + 740ff3a commit 8e5d558
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ gem 'mail', '2.8.1'
gem 'matrix', '0.4.2'
gem 'mocha', '2.4.5', require: false
gem 'net-smtp', '0.5.0'
gem 'nokogiri', '1.16.5'
gem 'nokogiri', '1.16.7'
gem 'octokit', '9.1.0'
gem 'pdd', '0.24.0'
gem 'rack', '3.1.7'
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ GEM
net-smtp
matrix (0.4.2)
mini_mime (1.1.5)
mini_portile2 (2.8.6)
mini_portile2 (2.8.7)
minitest (5.22.2)
mocha (2.4.5)
ruby2_keywords (>= 0.0.5)
Expand All @@ -110,12 +110,12 @@ GEM
timeout
net-smtp (0.5.0)
net-protocol
nokogiri (1.16.5)
nokogiri (1.16.7)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.16.5-x86_64-darwin)
nokogiri (1.16.7-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.16.5-x86_64-linux)
nokogiri (1.16.7-x86_64-linux)
racc (~> 1.4)
oauth (0.6.2)
snaky_hash (~> 2.0)
Expand Down Expand Up @@ -252,7 +252,7 @@ DEPENDENCIES
matrix (= 0.4.2)
mocha (= 2.4.5)
net-smtp (= 0.5.0)
nokogiri (= 1.16.5)
nokogiri (= 1.16.7)
octokit (= 9.1.0)
pdd (= 0.24.0)
rack (= 3.1.7)
Expand Down

0 comments on commit 8e5d558

Please sign in to comment.