Skip to content

Commit 2c14965

Browse files
Bump nokogiri from 1.12.5 to 1.13.9
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.12.5 to 1.13.9. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.12.5...v1.13.9) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 58741b2 commit 2c14965

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.12.1'
11+
gem 'nokogiri', '~> 1.13.9'
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.6.1)
83+
mini_portile2 (2.8.0)
8484
minitest (5.14.4)
85-
nokogiri (1.12.5)
86-
mini_portile2 (~> 2.6.1)
85+
nokogiri (1.13.9)
86+
mini_portile2 (~> 2.8.0)
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.5.2)
96+
racc (1.6.0)
9797
rack (2.2.3)
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.12.1)
135+
nokogiri (~> 1.13.9)
136136
redcarpet (~> 3.5.0)
137137
rouge (~> 3.21)
138138
sass

0 commit comments

Comments
 (0)