Skip to content

Commit f346707

Browse files
Merge pull request #284 from indirect/dependabot/bundler/nokogiri-1.17.0
Bump nokogiri from 1.16.8 to 1.17.0
2 parents 7a6cacb + f77633c commit f346707

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ruby file: ".ruby-version"
77
gem "capybara", "~> 3.40"
88
gem "gem-release", "~> 2.2"
99
gem "matrix", "~> 0.4.2"
10-
gem "nokogiri", "~> 1.16"
10+
gem "nokogiri", "~> 1.17"
1111
gem "pry", "~> 0.15.0"
1212
gem "rake", "~> 13.2"
1313
gem "rspec-rails", "~> 7.1"

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,9 @@ GEM
141141
net-smtp (0.5.0)
142142
net-protocol
143143
nio4r (2.7.4)
144-
nokogiri (1.16.8-arm64-darwin)
144+
nokogiri (1.17.0-arm64-darwin)
145145
racc (~> 1.4)
146-
nokogiri (1.16.8-x86_64-linux)
146+
nokogiri (1.17.0-x86_64-linux)
147147
racc (~> 1.4)
148148
pry (0.15.0)
149149
coderay (~> 1.1)
@@ -243,7 +243,7 @@ DEPENDENCIES
243243
capybara (~> 3.40)
244244
gem-release (~> 2.2)
245245
matrix (~> 0.4.2)
246-
nokogiri (~> 1.16)
246+
nokogiri (~> 1.17)
247247
pry (~> 0.15.0)
248248
rails-footnotes!
249249
rake (~> 13.2)

0 commit comments

Comments
 (0)