Skip to content

Commit

Permalink
Update dependency nokogiri to v1.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 10, 2024
1 parent 6618e8a commit 6eb1fd1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.7.1', require: false
gem 'net-smtp', '0.5.0'
gem 'nokogiri', '1.17.0'
gem 'nokogiri', '1.17.1'
gem 'octokit', '9.2.0'
gem 'pdd', '0.24.0'
gem 'rack', '3.1.8'
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -112,12 +112,12 @@ GEM
timeout
net-smtp (0.5.0)
net-protocol
nokogiri (1.17.0)
nokogiri (1.17.1)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.17.0-x86_64-darwin)
nokogiri (1.17.1-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.17.0-x86_64-linux)
nokogiri (1.17.1-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.7.1)
net-smtp (= 0.5.0)
nokogiri (= 1.17.0)
nokogiri (= 1.17.1)
octokit (= 9.2.0)
pdd (= 0.24.0)
rack (= 3.1.8)
Expand Down

0 comments on commit 6eb1fd1

Please sign in to comment.