Skip to content

Commit

Permalink
Update dependency nokogiri to v1.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 12, 2024
1 parent 37d11b8 commit c2dc466
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ruby file: ".ruby-version"
gem "capybara", "~> 3.40"
gem "gem-release", "~> 2.2"
gem "matrix", "~> 0.4.2"
gem "nokogiri", "~> 1.17"
gem "nokogiri", "~> 1.16"
gem "pry", "~> 0.15.0"
gem "rake", "~> 13.2"
gem "rspec-rails", "~> 7.1"
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,9 @@ GEM
net-smtp (0.5.0)
net-protocol
nio4r (2.7.4)
nokogiri (1.17.1-arm64-darwin)
nokogiri (1.17.2-arm64-darwin)
racc (~> 1.4)
nokogiri (1.17.1-x86_64-linux)
nokogiri (1.17.2-x86_64-linux)
racc (~> 1.4)
pry (0.15.0)
coderay (~> 1.1)
Expand Down Expand Up @@ -244,7 +244,7 @@ DEPENDENCIES
capybara (~> 3.40)
gem-release (~> 2.2)
matrix (~> 0.4.2)
nokogiri (~> 1.17)
nokogiri (~> 1.16)
pry (~> 0.15.0)
rails-footnotes!
rake (~> 13.2)
Expand Down

0 comments on commit c2dc466

Please sign in to comment.