Skip to content

Commit

Permalink
Update dependency nokogiri to v1.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 5, 2024
1 parent 48eb724 commit ccc5628
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ gemspec

ruby file: ".ruby-version"

gem "capybara", "~> 3.40"
gem "capybara", "~> 3.35"
gem "gem-release", "~> 2.2"
gem "matrix", "~> 0.4.2"
gem "nokogiri", "~> 1.16"
gem "nokogiri", "~> 1.12"
gem "pry", "~> 0.14.1"
gem "rake", "~> 13.0"
gem "rspec-rails", "~> 6.1"
gem "rspec-rails", "~> 6.0"
gem "sprockets-rails", "~> 3.2"
gem "sqlite3", "~> 1.7"
gem "sqlite3", "~> 1.6"
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,9 @@ GEM
net-smtp (0.4.0.1)
net-protocol
nio4r (2.7.0)
nokogiri (1.16.0-arm64-darwin)
nokogiri (1.16.2-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.0-x86_64-linux)
nokogiri (1.16.2-x86_64-linux)
racc (~> 1.4)
pry (0.14.2)
coderay (~> 1.1)
Expand Down Expand Up @@ -238,16 +238,16 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
capybara (~> 3.40)
capybara (~> 3.35)
gem-release (~> 2.2)
matrix (~> 0.4.2)
nokogiri (~> 1.16)
nokogiri (~> 1.12)
pry (~> 0.14.1)
rails-footnotes!
rake (~> 13.0)
rspec-rails (~> 6.1)
rspec-rails (~> 6.0)
sprockets-rails (~> 3.2)
sqlite3 (~> 1.7)
sqlite3 (~> 1.6)

RUBY VERSION
ruby 3.2.2p53
Expand Down

0 comments on commit ccc5628

Please sign in to comment.