mirror of
https://github.com/danbulant/api_docs
synced 2026-05-20 12:48:39 +00:00
[Security] Bump nokogiri from 1.8.2 to 1.8.5 (#1026)
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.8.2 to 1.8.5. **This update includes security fixes.** - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.8.2...v1.8.5) Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
parent
ab0b3e6d8e
commit
1d6404a7b5
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -8,4 +8,4 @@ gem 'middleman-autoprefixer', '~> 2.7.0'
|
|||
gem 'middleman-sprockets', '~> 4.1.0'
|
||||
gem 'rouge', '~> 2.0.5'
|
||||
gem 'redcarpet', '~> 3.4.0'
|
||||
gem 'nokogiri', '~> 1.8.2'
|
||||
gem 'nokogiri', '~> 1.8.5'
|
||||
|
|
|
|||
|
|
@ -81,7 +81,7 @@ GEM
|
|||
rouge (~> 2.0)
|
||||
mini_portile2 (2.3.0)
|
||||
minitest (5.10.1)
|
||||
nokogiri (1.8.2)
|
||||
nokogiri (1.8.5)
|
||||
mini_portile2 (~> 2.3.0)
|
||||
padrino-helpers (0.13.3.3)
|
||||
i18n (~> 0.6, >= 0.6.7)
|
||||
|
|
@ -118,7 +118,7 @@ DEPENDENCIES
|
|||
middleman-autoprefixer (~> 2.7.0)
|
||||
middleman-sprockets (~> 4.1.0)
|
||||
middleman-syntax (~> 3.0.0)
|
||||
nokogiri (~> 1.8.2)
|
||||
nokogiri (~> 1.8.5)
|
||||
redcarpet (~> 3.4.0)
|
||||
rouge (~> 2.0.5)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue