Skip to content

Commit 4cbf8f3

Browse files
Bump nokogiri from 1.8.5 to 1.10.4
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.8.5 to 1.10.4. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.8.5...v1.10.4) Signed-off-by: dependabot[bot] <[email protected]>
1 parent d72cf0d commit 4cbf8f3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ gem 'middleman-autoprefixer', '~> 2.7.0'
77
gem "middleman-sprockets", "~> 4.1.1"
88
gem 'rouge', '~> 2.0.7'
99
gem 'redcarpet', '~> 3.4.0'
10-
gem 'nokogiri', '~> 1.8.5'
10+
gem 'nokogiri', '~> 1.10.4'
1111
gem 'execjs'
1212
gem 'therubyracer'
1313
gem 'sprockets', '~> 3.7.2'

Gemfile.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,10 @@ GEM
8080
middleman-syntax (3.0.0)
8181
middleman-core (>= 3.2)
8282
rouge (~> 2.0)
83-
mini_portile2 (2.3.0)
83+
mini_portile2 (2.4.0)
8484
minitest (5.11.3)
85-
nokogiri (1.8.5)
86-
mini_portile2 (~> 2.3.0)
85+
nokogiri (1.10.4)
86+
mini_portile2 (~> 2.4.0)
8787
padrino-helpers (0.13.3.4)
8888
i18n (~> 0.6, >= 0.6.7)
8989
padrino-support (= 0.13.3.4)
@@ -125,7 +125,7 @@ DEPENDENCIES
125125
middleman-autoprefixer (~> 2.7.0)
126126
middleman-sprockets (~> 4.1.1)
127127
middleman-syntax (~> 3.0.0)
128-
nokogiri (~> 1.8.5)
128+
nokogiri (~> 1.10.4)
129129
redcarpet (~> 3.4.0)
130130
rouge (~> 2.0.7)
131131
sprockets (~> 3.7.2)

0 commit comments

Comments
 (0)