Skip to content

Commit

Permalink
Bump nokogiri from 1.14.5 to 1.15.5
Browse files Browse the repository at this point in the history
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.14.5 to 1.15.5.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](sparklemotion/nokogiri@v1.14.5...v1.15.5)

---
updated-dependencies:
- dependency-name: nokogiri
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 20, 2023
1 parent cd8dd7e commit c75fa49
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 @@ -10,7 +10,7 @@ gem 'cocoapods', '~> 1.12.0'
gem 'deepsort', '~> 0.4.5'
gem 'faraday', '~> 1.3'
gem 'github-linguist', '~> 7.13.0'
gem 'nokogiri', '~> 1.14.3'
gem 'nokogiri', '~> 1.15.5'
gem 'parser', '~> 3.1.3'
gem 'rgl', '~> 0.5.9'
gem 'rubyzip', '~> 2.3.2'
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -99,15 +99,15 @@ GEM
addressable (>= 2.8)
method_source (1.0.0)
mini_mime (1.0.2)
mini_portile2 (2.8.4)
mini_portile2 (2.8.5)
minitest (5.20.0)
molinillo (0.8.0)
multipart-post (2.1.1)
nanaimo (0.3.0)
nap (1.1.0)
netrc (0.11.0)
nokogiri (1.14.5)
mini_portile2 (~> 2.8.0)
nokogiri (1.15.5)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
pairing_heap (1.0.0)
parallel (1.19.2)
Expand All @@ -121,7 +121,7 @@ GEM
byebug (~> 11.0)
pry (>= 0.13, < 0.15)
public_suffix (4.0.7)
racc (1.7.1)
racc (1.7.3)
rainbow (3.0.0)
regexp_parser (1.8.2)
rexml (3.2.5)
Expand Down Expand Up @@ -204,7 +204,7 @@ DEPENDENCIES
faraday (~> 1.3)
github-linguist (~> 7.13.0)
json-schema (~> 3.0)
nokogiri (~> 1.14.3)
nokogiri (~> 1.15.5)
parser (~> 3.1.3)
pry (~> 0.14)
pry-byebug (~> 3.10)
Expand Down

0 comments on commit c75fa49

Please sign in to comment.