Skip to content

Commit

Permalink
Update dependency nokogiri to v1.16.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 3, 2024
1 parent f46e14c commit 30268f1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ gem "matrix", "~> 0.4.2"
gem "nokogiri", "~> 1.16"
gem "pry", "~> 0.14.1"
gem "rake", "~> 13.2"
gem "rspec-rails", "~> 7.0"
gem "rspec-rails", "~> 6.1"
gem "sprockets-rails", "~> 3.5"
gem "sqlite3", "~> 2.0"
gem "sqlite3", "~> 1.7"
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -198,10 +198,10 @@ GEM
rspec-mocks (3.13.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-rails (7.0.0)
actionpack (>= 7.0)
activesupport (>= 7.0)
railties (>= 7.0)
rspec-rails (6.1.5)
actionpack (>= 6.1)
activesupport (>= 6.1)
railties (>= 6.1)
rspec-core (~> 3.13)
rspec-expectations (~> 3.13)
rspec-mocks (~> 3.13)
Expand All @@ -214,8 +214,8 @@ GEM
actionpack (>= 6.1)
activesupport (>= 6.1)
sprockets (>= 3.0.0)
sqlite3 (2.0.4-arm64-darwin)
sqlite3 (2.0.4-x86_64-linux-gnu)
sqlite3 (1.7.3-arm64-darwin)
sqlite3 (1.7.3-x86_64-linux)
stringio (3.1.1)
thor (1.3.2)
timeout (0.4.1)
Expand Down Expand Up @@ -243,9 +243,9 @@ DEPENDENCIES
pry (~> 0.14.1)
rails-footnotes!
rake (~> 13.2)
rspec-rails (~> 7.0)
rspec-rails (~> 6.1)
sprockets-rails (~> 3.5)
sqlite3 (~> 2.0)
sqlite3 (~> 1.7)

RUBY VERSION
ruby 3.3.1p55
Expand Down

0 comments on commit 30268f1

Please sign in to comment.