Skip to content

Commit

Permalink
build(deps): bump nokogiri from 1.16.8 to 1.18.3 (#134)
Browse files Browse the repository at this point in the history
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 19, 2025
1 parent 9e84739 commit fef5efa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ gem 'bootstrap-sass', '~> 3.4.1'
gem 'jquery-rails', '~> 4.6.0'

# XML Parsing
gem 'nokogiri', '~> 1.16.5'
gem 'nokogiri', '~> 1.18.3'
gem 'nori', '~> 2.7.1'

gem "config", "~> 5.5.1"
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -181,10 +181,10 @@ GEM
net-smtp (0.5.0)
net-protocol
nio4r (2.7.3)
nokogiri (1.16.8)
nokogiri (1.18.3)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.16.8-x86_64-linux)
nokogiri (1.18.3-x86_64-linux-gnu)
racc (~> 1.4)
nori (2.7.1)
bigdecimal
Expand Down Expand Up @@ -310,7 +310,7 @@ DEPENDENCIES
jquery-rails (~> 4.6.0)
leaflet-rails (~> 1.9.3)
mysql2 (~> 0.5.3)
nokogiri (~> 1.16.5)
nokogiri (~> 1.18.3)
nori (~> 2.7.1)
puma (~> 6.4)
pundit (~> 2.3.2)
Expand Down

0 comments on commit fef5efa

Please sign in to comment.