Skip to content

Commit

Permalink
build(deps): bump nokogiri from 1.16.4 to 1.16.5 in /uaa/slate (#2886)
Browse files Browse the repository at this point in the history
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.16.4 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.16.4...v1.16.5)

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

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] authored and hsinn0 committed May 17, 2024
1 parent 4eb307a commit 99d2ee3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion uaa/slate/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ gem 'middleman-autoprefixer', '~> 3.0'
gem 'middleman-sprockets', '~> 4.1'
gem 'rouge', '~> 3.21'
gem 'redcarpet', '~> 3.6.0'
gem 'nokogiri', '~> 1.16.0'
gem 'nokogiri', '~> 1.16.5'
gem 'sass'
gem 'webrick'
gem 'mini_racer', '~> 0.4.0', :platform => :ruby
6 changes: 3 additions & 3 deletions uaa/slate/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,11 @@ GEM
middleman-syntax (3.4.0)
middleman-core (>= 3.2)
rouge (~> 3.2)
mini_portile2 (2.8.5)
mini_portile2 (2.8.6)
mini_racer (0.4.0)
libv8-node (~> 15.14.0.0)
minitest (5.21.2)
nokogiri (1.16.4)
nokogiri (1.16.5)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
padrino-helpers (0.15.3)
Expand Down Expand Up @@ -137,7 +137,7 @@ DEPENDENCIES
middleman-sprockets (~> 4.1)
middleman-syntax (~> 3.2)
mini_racer (~> 0.4.0)
nokogiri (~> 1.16.0)
nokogiri (~> 1.16.5)
redcarpet (~> 3.6.0)
rouge (~> 3.21)
sass
Expand Down

0 comments on commit 99d2ee3

Please sign in to comment.