Skip to content

Commit cdc0271

Browse files
Bump nokogiri from 1.18.2 to 1.18.4
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.18.2 to 1.18.4. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.18.2...v1.18.4) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3f655d8 commit cdc0271

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Diff for: Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ group :development, :test do
3030
gem 'bullet', '~> 8.0'
3131
gem 'knapsack'
3232
gem 'listen'
33-
gem 'nokogiri', '~> 1.18.0'
33+
gem 'nokogiri', '~> 1.18.4'
3434
gem 'pg_query', require: false
3535
gem 'pry-byebug'
3636
gem 'pry-doc', '>= 1.5.0'

Diff for: Gemfile.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -246,14 +246,14 @@ GEM
246246
net-smtp (0.5.1)
247247
net-protocol
248248
nio4r (2.7.4)
249-
nokogiri (1.18.2)
249+
nokogiri (1.18.4)
250250
mini_portile2 (~> 2.8.2)
251251
racc (~> 1.4)
252-
nokogiri (1.18.2-arm64-darwin)
252+
nokogiri (1.18.4-arm64-darwin)
253253
racc (~> 1.4)
254-
nokogiri (1.18.2-x86_64-darwin)
254+
nokogiri (1.18.4-x86_64-darwin)
255255
racc (~> 1.4)
256-
nokogiri (1.18.2-x86_64-linux-gnu)
256+
nokogiri (1.18.4-x86_64-linux-gnu)
257257
racc (~> 1.4)
258258
parallel (1.26.3)
259259
parser (3.3.7.4)
@@ -453,7 +453,7 @@ DEPENDENCIES
453453
irb
454454
knapsack
455455
listen
456-
nokogiri (~> 1.18.0)
456+
nokogiri (~> 1.18.4)
457457
pg
458458
pg_query
459459
pry-byebug

0 commit comments

Comments
 (0)