Skip to content

Commit f581475

Browse files
Bump nokogiri from 1.8.2 to 1.13.4
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.8.2 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.8.2...v1.13.4) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6f09dbe commit f581475

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ gem 'middleman-autoprefixer', '~> 2.7.0'
88
gem 'middleman-sprockets', '~> 4.1.0'
99
gem 'rouge', '~> 2.0.5'
1010
gem 'redcarpet', '~> 3.4.0'
11-
gem 'nokogiri', '~> 1.8.2'
11+
gem 'nokogiri', '~> 1.13.4'

Gemfile.lock

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,11 @@ GEM
7979
middleman-syntax (3.0.0)
8080
middleman-core (>= 3.2)
8181
rouge (~> 2.0)
82-
mini_portile2 (2.3.0)
82+
mini_portile2 (2.8.0)
8383
minitest (5.10.1)
84-
nokogiri (1.8.2)
85-
mini_portile2 (~> 2.3.0)
84+
nokogiri (1.13.4)
85+
mini_portile2 (~> 2.8.0)
86+
racc (~> 1.4)
8687
padrino-helpers (0.13.3.3)
8788
i18n (~> 0.6, >= 0.6.7)
8889
padrino-support (= 0.13.3.3)
@@ -91,6 +92,7 @@ GEM
9192
activesupport (>= 3.1)
9293
parallel (1.10.0)
9394
public_suffix (2.0.5)
95+
racc (1.6.0)
9496
rack (2.0.5)
9597
rb-fsevent (0.9.8)
9698
rb-inotify (0.9.8)
@@ -118,7 +120,7 @@ DEPENDENCIES
118120
middleman-autoprefixer (~> 2.7.0)
119121
middleman-sprockets (~> 4.1.0)
120122
middleman-syntax (~> 3.0.0)
121-
nokogiri (~> 1.8.2)
123+
nokogiri (~> 1.13.4)
122124
redcarpet (~> 3.4.0)
123125
rouge (~> 2.0.5)
124126

0 commit comments

Comments
 (0)