Skip to content

Commit d123cb0

Browse files
Bump nokogiri from 1.13.4 to 1.16.5
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.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.13.4...v1.16.5) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 081cefc commit d123cb0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ gem 'middleman-autoprefixer', '~> 3.0'
88
gem 'middleman-sprockets', '~> 4.1'
99
gem 'rouge', '~> 3.21'
1010
gem 'redcarpet', '~> 3.5.0'
11-
gem 'nokogiri', '~> 1.13.3'
11+
gem 'nokogiri', '~> 1.16.5'
1212
gem 'sass'
1313
gem 'webrick'

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,10 @@ GEM
8080
middleman-syntax (3.2.0)
8181
middleman-core (>= 3.2)
8282
rouge (~> 3.2)
83-
mini_portile2 (2.8.0)
83+
mini_portile2 (2.8.7)
8484
minitest (5.14.4)
85-
nokogiri (1.13.4)
86-
mini_portile2 (~> 2.8.0)
85+
nokogiri (1.16.5)
86+
mini_portile2 (~> 2.8.2)
8787
racc (~> 1.4)
8888
padrino-helpers (0.15.1)
8989
i18n (>= 0.6.7, < 2)
@@ -93,7 +93,7 @@ GEM
9393
parallel (1.21.0)
9494
parslet (2.0.0)
9595
public_suffix (4.0.6)
96-
racc (1.6.0)
96+
racc (1.8.1)
9797
rack (2.2.6.4)
9898
rb-fsevent (0.11.0)
9999
rb-inotify (0.10.1)
@@ -132,7 +132,7 @@ DEPENDENCIES
132132
middleman-autoprefixer (~> 3.0)
133133
middleman-sprockets (~> 4.1)
134134
middleman-syntax (~> 3.2)
135-
nokogiri (~> 1.13.3)
135+
nokogiri (~> 1.16.5)
136136
redcarpet (~> 3.5.0)
137137
rouge (~> 3.21)
138138
sass

0 commit comments

Comments
 (0)