Skip to content

Commit abb30e1

Browse files
Bump nokogiri from 1.11.0 to 1.13.4
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.11.0 to 1.13.4. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/v1.13.4/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.11.0...v1.13.4) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c3cfe27 commit abb30e1

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
@@ -13,5 +13,5 @@ gem 'middleman-deploy', git: 'https://github.com/middleman-contrib/middl
1313
gem 'middleman-sitemap', git: 'https://github.com/matsu911/middleman-sitemap', branch: 'master'
1414

1515
gem 'builder', '~> 3.2.2' # for feed.xml.builder
16-
gem 'nokogiri', '~> 1.11.0' # for feed.xml builder
16+
gem 'nokogiri', '~> 1.13.4' # for feed.xml builder
1717
gem 'slim', '~> 3.0.6'

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,13 +98,13 @@ GEM
9898
middleman-core (>= 3.2)
9999
middleman-robots (1.2.3)
100100
middleman (>= 4.0)
101-
mini_portile2 (2.5.1)
101+
mini_portile2 (2.8.0)
102102
minitest (5.14.1)
103103
net-sftp (2.1.2)
104104
net-ssh (>= 2.6.5)
105105
net-ssh (4.1.0)
106-
nokogiri (1.11.0)
107-
mini_portile2 (~> 2.5.0)
106+
nokogiri (1.13.4)
107+
mini_portile2 (~> 2.8.0)
108108
racc (~> 1.4)
109109
padrino-helpers (0.13.3.4)
110110
i18n (~> 0.6, >= 0.6.7)
@@ -115,7 +115,7 @@ GEM
115115
parallel (1.19.2)
116116
ptools (1.3.3)
117117
public_suffix (4.0.5)
118-
racc (1.5.2)
118+
racc (1.6.0)
119119
rack (2.2.3)
120120
rb-fsevent (0.10.4)
121121
rb-inotify (0.10.1)
@@ -147,7 +147,7 @@ DEPENDENCIES
147147
middleman-minify-html (~> 3.4.1)
148148
middleman-robots (~> 1.2.3)
149149
middleman-sitemap!
150-
nokogiri (~> 1.11.0)
150+
nokogiri (~> 1.13.4)
151151
slim (~> 3.0.6)
152152

153153
BUNDLED WITH

0 commit comments

Comments
 (0)