Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 12, 2023
1 parent f138fdc commit dfc6cb6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ gem "wdm", "~> 0.1", platforms: [:mswin, :mingw]
gem "builder", "~> 3.0"
gem "debug", "~> 1.6"
gem "middleman-blog", "~> 4.0"
gem "nokogiri", "~> 1.13.6"
gem "nokogiri", "~> 1.14.3"
gem "redcarpet", "~> 3.5"

gem "image_optim", "~> 0.30"
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,9 @@ GEM
rack-livereload (~> 0.3.15)
mini_magick (4.11.0)
mini_mime (1.1.2)
mini_portile2 (2.8.0)
mini_portile2 (2.8.1)
minitest (5.17.0)
nokogiri (1.13.8)
nokogiri (1.14.3)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
padrino-helpers (0.15.1)
Expand All @@ -172,7 +172,7 @@ GEM
parslet (2.0.0)
progress (3.6.0)
public_suffix (5.0.0)
racc (1.6.1)
racc (1.6.2)
rack (2.2.4)
rack-livereload (0.3.17)
rack
Expand Down Expand Up @@ -268,7 +268,7 @@ DEPENDENCIES
middleman-images (~> 0.2)
middleman-livereload (~> 3.4)
mini_magick (~> 4.11)
nokogiri (~> 1.13.6)
nokogiri (~> 1.14.3)
rake (~> 13.0)
redcarpet (~> 3.5)
rspec (~> 3.11)
Expand Down

0 comments on commit dfc6cb6

Please sign in to comment.