Skip to content

Commit

Permalink
Bump nokogiri from 1.15.3 to 1.16.2 (#116)
Browse files Browse the repository at this point in the history
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.15.3 to 1.16.2.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](sparklemotion/nokogiri@v1.15.3...v1.16.2)

---
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>
  • Loading branch information
dependabot[bot] authored Feb 6, 2024
1 parent bddb172 commit be801ec
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 @@ -47,7 +47,7 @@ gem 'bootstrap-sass', '~> 3.4.1'
gem 'jquery-rails', '~> 4.4.0'

# XML Parsing
gem 'nokogiri', '~> 1.15.3'
gem 'nokogiri', '~> 1.16.2'
gem 'nori', '~> 2.6.0'

gem "config", "~> 2.2.1"
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ GEM
marcel (1.0.2)
method_source (1.0.0)
mini_mime (1.1.2)
mini_portile2 (2.8.2)
mini_portile2 (2.8.5)
minitest (5.18.1)
msgpack (1.7.1)
multi_json (1.15.0)
Expand All @@ -192,10 +192,10 @@ GEM
net-smtp (0.3.3)
net-protocol
nio4r (2.7.0)
nokogiri (1.15.3)
nokogiri (1.16.2)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.15.3-x86_64-linux)
nokogiri (1.16.2-x86_64-linux)
racc (~> 1.4)
nori (2.6.0)
oauth2 (2.0.9)
Expand Down Expand Up @@ -226,7 +226,7 @@ GEM
nio4r (~> 2.0)
pundit (2.1.1)
activesupport (>= 3.0.0)
racc (1.7.1)
racc (1.7.3)
rack (2.2.7)
rack-protection (3.0.6)
rack
Expand Down Expand Up @@ -341,7 +341,7 @@ DEPENDENCIES
leaflet-rails (~> 1.9.3)
listen
mysql2 (~> 0.5.3)
nokogiri (~> 1.15.3)
nokogiri (~> 1.16.2)
nori (~> 2.6.0)
omniauth (~> 2.1.1)
omniauth-facebook (~> 7.0.0)
Expand Down

0 comments on commit be801ec

Please sign in to comment.