Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: nokogiri
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 13, 2024
1 parent 6046ee4 commit 789c8d6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gem 'middleman', '~>4.3.8'
gem 'middleman-autoprefixer', '~> 2.7'
gem 'middleman-sprockets', '~> 4.1'
gem 'middleman-syntax', '~> 3.2'
gem 'nokogiri', '~> 1.14.3'
gem 'nokogiri', '~> 1.16.5'
gem 'redcarpet', '~> 3.5.1'
gem 'rouge', '~> 3.20'
gem 'sass'
Expand Down
10 changes: 5 additions & 5 deletions docs/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ GEM
middleman-syntax (3.2.0)
middleman-core (>= 3.2)
rouge (~> 3.2)
mini_portile2 (2.8.1)
mini_portile2 (2.8.6)
minitest (5.14.2)
nokogiri (1.14.3)
mini_portile2 (~> 2.8.0)
nokogiri (1.16.5)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
padrino-helpers (0.13.3.4)
i18n (~> 0.6, >= 0.6.7)
Expand All @@ -90,7 +90,7 @@ GEM
activesupport (>= 3.1)
parallel (1.19.2)
public_suffix (4.0.6)
racc (1.6.2)
racc (1.7.3)
rack (2.2.6.4)
rb-fsevent (0.10.4)
rb-inotify (0.10.1)
Expand Down Expand Up @@ -127,7 +127,7 @@ DEPENDENCIES
middleman-autoprefixer (~> 2.7)
middleman-sprockets (~> 4.1)
middleman-syntax (~> 3.2)
nokogiri (~> 1.14.3)
nokogiri (~> 1.16.5)
redcarpet (~> 3.5.1)
rouge (~> 3.20)
sass
Expand Down

0 comments on commit 789c8d6

Please sign in to comment.