Skip to content

Commit

Permalink
Update dependency nokogiri to v1.15.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 17, 2023
1 parent ed77602 commit c07e870
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ gem 'mail', '2.8.1'
gem 'matrix', '0.4.2'
gem 'mocha', '2.1.0', require: false
gem 'net-smtp', '0.4.0'
gem 'nokogiri', '1.15.4'
gem 'nokogiri', '1.15.5'
gem 'octokit', '8.0.0'
gem 'pdd', '0.23.2'
gem 'rack', '2.2.8'
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ GEM
net-smtp
matrix (0.4.2)
mini_mime (1.1.5)
mini_portile2 (2.8.4)
mini_portile2 (2.8.5)
minitest (5.20.0)
mocha (2.1.0)
ruby2_keywords (>= 0.0.5)
Expand All @@ -93,12 +93,12 @@ GEM
timeout
net-smtp (0.4.0)
net-protocol
nokogiri (1.15.4)
nokogiri (1.15.5)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.15.4-x86_64-darwin)
nokogiri (1.15.5-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.15.4-x86_64-linux)
nokogiri (1.15.5-x86_64-linux)
racc (~> 1.4)
oauth (0.6.2)
snaky_hash (~> 2.0)
Expand All @@ -118,7 +118,7 @@ GEM
slop (~> 4.6)
power_assert (2.0.3)
public_suffix (5.0.3)
racc (1.7.1)
racc (1.7.3)
rack (2.2.8)
rack-protection (3.0.6)
rack
Expand Down Expand Up @@ -227,7 +227,7 @@ DEPENDENCIES
matrix (= 0.4.2)
mocha (= 2.1.0)
net-smtp (= 0.4.0)
nokogiri (= 1.15.4)
nokogiri (= 1.15.5)
octokit (= 8.0.0)
pdd (= 0.23.2)
rack (= 2.2.8)
Expand Down

0 comments on commit c07e870

Please sign in to comment.