Skip to content

Commit d3516b3

Browse files
authoredFeb 20, 2025··
chore(deps): bump nokogiri from 1.16.8 to 1.18.3 (#1574)
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.16.8 to 1.18.3. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/v1.18.3/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.16.8...v1.18.3) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5c380d7 commit d3516b3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ gem 'bootsnap', '>= 1.1.0', require: false
1616
gem 'haml'
1717
gem 'jquery-rails'
1818
gem 'lograge', '~> 0.11.2'
19-
gem 'nokogiri', '~> 1.16.5'
19+
gem 'nokogiri', '~> 1.18.3'
2020
gem 'pandoc-ruby'
2121
gem 'sprockets-rails'
2222
gem 'whenever'

‎Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ GEM
248248
net-protocol
249249
newrelic_rpm (8.2.0)
250250
nio4r (2.7.4)
251-
nokogiri (1.16.8)
251+
nokogiri (1.18.3)
252252
mini_portile2 (~> 2.8.2)
253253
racc (~> 1.4)
254254
orm_adapter (0.5.0)
@@ -468,7 +468,7 @@ DEPENDENCIES
468468
mini_racer
469469
modernizr-rails
470470
newrelic_rpm
471-
nokogiri (~> 1.16.5)
471+
nokogiri (~> 1.18.3)
472472
pandoc-ruby
473473
paperclip
474474
percy-capybara (~> 4.3.2)

0 commit comments

Comments
 (0)
Please sign in to comment.