Skip to content

Commit

Permalink
build(deps): bump nokogiri from 1.16.2 to 1.16.4 in /docs/v3 (#3753)
Browse files Browse the repository at this point in the history
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.16.2 to 1.16.4.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](sparklemotion/nokogiri@v1.16.2...v1.16.4)

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

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] committed Apr 18, 2024
1 parent c35a3d3 commit 2e1a81d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/v3/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ gem 'middleman-livereload', '>= 3.4.7'
gem 'middleman-sprockets', '~> 4.1', '>= 4.1.1'
gem 'middleman-syntax', '2.1.0'
gem 'mini_racer'
gem 'nokogiri', '~> 1.16.2'
gem 'nokogiri', '~> 1.16.4'
gem 'rake', '>= 12.3.3'
gem 'redcarpet', '~> 3.6.0'
gem 'sass'
12 changes: 6 additions & 6 deletions docs/v3/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -95,18 +95,18 @@ GEM
middleman-syntax (2.1.0)
middleman-core (>= 3.2)
rouge (~> 1.0)
mini_portile2 (2.8.5)
mini_portile2 (2.8.6)
mini_racer (0.9.0)
libv8-node (~> 18.19.0.0)
minitest (5.22.3)
nokogiri (1.16.2)
nokogiri (1.16.4)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.16.2-arm64-darwin)
nokogiri (1.16.4-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.2-x86_64-darwin)
nokogiri (1.16.4-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.16.2-x86_64-linux)
nokogiri (1.16.4-x86_64-linux)
racc (~> 1.4)
padrino-helpers (0.15.1)
i18n (>= 0.6.7, < 2)
Expand Down Expand Up @@ -164,7 +164,7 @@ DEPENDENCIES
middleman-sprockets (~> 4.1, >= 4.1.1)
middleman-syntax (= 2.1.0)
mini_racer
nokogiri (~> 1.16.2)
nokogiri (~> 1.16.4)
rake (>= 12.3.3)
redcarpet (~> 3.6.0)
sass
Expand Down

0 comments on commit 2e1a81d

Please sign in to comment.