Skip to content

Commit bcbd59f

Browse files
Bump nokogiri from 1.15.5 to 1.16.0
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.15.5 to 1.16.0. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.15.5...v1.16.0) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 32374fe commit bcbd59f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ gem 'middleman-autoprefixer', '~> 3.0.0'
77
gem 'middleman-sprockets', '~> 4.1.1'
88
gem 'rouge', '~> 3.30.0'
99
gem 'redcarpet', '~> 3.6.0'
10-
gem 'nokogiri', '~> 1.15.5'
10+
gem 'nokogiri', '~> 1.16.0'
1111

1212
# Lock haml https://github.com/middleman/middleman-syntax/issues/80
1313
gem 'haml', '>= 4.0.5', '< 6.0'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ GEM
8080
middleman-core (>= 3.2)
8181
rouge (~> 3.2)
8282
minitest (5.20.0)
83-
nokogiri (1.15.5-x86_64-linux)
83+
nokogiri (1.16.0-x86_64-linux)
8484
racc (~> 1.4)
8585
padrino-helpers (0.15.3)
8686
i18n (>= 0.6.7, < 2)
@@ -129,7 +129,7 @@ DEPENDENCIES
129129
middleman-autoprefixer (~> 3.0.0)
130130
middleman-sprockets (~> 4.1.1)
131131
middleman-syntax (~> 3.3.0)
132-
nokogiri (~> 1.15.5)
132+
nokogiri (~> 1.16.0)
133133
redcarpet (~> 3.6.0)
134134
rouge (~> 3.30.0)
135135
sass (= 3.7.4)

0 commit comments

Comments
 (0)