Skip to content

Commit

Permalink
chore(deps): bump nokogiri from 1.10.9 to 1.11.0 in /slate-docs (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jan 12, 2021
1 parent 227e14f commit b7a0bf7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion slate-docs/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ gem 'middleman-autoprefixer', '~> 2.7'
gem 'middleman-sprockets', '~> 4.1'
gem 'rouge', '~> 3.20'
gem 'redcarpet', '~> 3.5.1'
gem 'nokogiri', '~> 1.10.8'
gem 'nokogiri', '~> 1.11.0'
gem 'sass'
10 changes: 6 additions & 4 deletions slate-docs/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,11 @@ GEM
middleman-syntax (3.2.0)
middleman-core (>= 3.2)
rouge (~> 3.2)
mini_portile2 (2.4.0)
mini_portile2 (2.5.0)
minitest (5.14.1)
nokogiri (1.10.9)
mini_portile2 (~> 2.4.0)
nokogiri (1.11.0)
mini_portile2 (~> 2.5.0)
racc (~> 1.4)
padrino-helpers (0.13.3.4)
i18n (~> 0.6, >= 0.6.7)
padrino-support (= 0.13.3.4)
Expand All @@ -89,6 +90,7 @@ GEM
activesupport (>= 3.1)
parallel (1.19.2)
public_suffix (4.0.5)
racc (1.5.2)
rack (2.2.3)
rb-fsevent (0.10.4)
rb-inotify (0.10.1)
Expand Down Expand Up @@ -124,7 +126,7 @@ DEPENDENCIES
middleman-autoprefixer (~> 2.7)
middleman-sprockets (~> 4.1)
middleman-syntax (~> 3.2)
nokogiri (~> 1.10.8)
nokogiri (~> 1.11.0)
redcarpet (~> 3.5.1)
rouge (~> 3.20)
sass
Expand Down

0 comments on commit b7a0bf7

Please sign in to comment.