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 30, 2024
1 parent 2adccb6 commit 42818a2
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,6 +6,6 @@ gem 'middleman', '~>4.2'
gem 'middleman-autoprefixer', '~> 3.0'
gem 'middleman-sprockets', '~> 4.0'
gem 'middleman-syntax', '~> 3.0'
gem 'nokogiri', '~> 1.14'
gem 'nokogiri', '~> 1.16'
gem 'redcarpet', '~> 3.5'
gem 'rouge', '~> 2.0'
10 changes: 5 additions & 5 deletions docs/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ GEM
middleman-syntax (3.0.0)
middleman-core (>= 3.2)
rouge (~> 2.0)
mini_portile2 (2.8.1)
mini_portile2 (2.8.6)
minitest (5.19.0)
nokogiri (1.14.3)
mini_portile2 (~> 2.8.0)
nokogiri (1.16.5)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
padrino-helpers (0.15.1)
i18n (>= 0.6.7, < 2)
Expand All @@ -93,7 +93,7 @@ GEM
parallel (1.22.1)
parslet (2.0.0)
public_suffix (4.0.7)
racc (1.6.2)
racc (1.8.0)
rack (2.2.6.4)
rb-fsevent (0.11.1)
rb-inotify (0.10.1)
Expand Down Expand Up @@ -129,7 +129,7 @@ DEPENDENCIES
middleman-autoprefixer (~> 3.0)
middleman-sprockets (~> 4.0)
middleman-syntax (~> 3.0)
nokogiri (~> 1.14)
nokogiri (~> 1.16)
redcarpet (~> 3.5)
rouge (~> 2.0)

Expand Down

0 comments on commit 42818a2

Please sign in to comment.