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 Sep 3, 2024
1 parent fa1188b commit ccc9898
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion 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", "~> 1.7"
10 changes: 5 additions & 5 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 Down Expand Up @@ -243,7 +243,7 @@ DEPENDENCIES
pry (~> 0.14.1)
rails-footnotes!
rake (~> 13.2)
rspec-rails (~> 7.0)
rspec-rails (~> 6.1)
sprockets-rails (~> 3.5)
sqlite3 (~> 1.7)

Expand Down

0 comments on commit ccc9898

Please sign in to comment.