mirror of
https://github.com/danbulant/api_docs
synced 2026-05-19 20:28:52 +00:00
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>
11 lines
278 B
Ruby
11 lines
278 B
Ruby
ruby '>=2.3.1'
|
|
source 'https://rubygems.org'
|
|
|
|
# Middleman
|
|
gem 'middleman', '~>4.2.1'
|
|
gem 'middleman-syntax', '~> 3.0.0'
|
|
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.5'
|