Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.12.5 to 1.13.6. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.12.5...v1.13.6) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
14 lines
330 B
Ruby
14 lines
330 B
Ruby
ruby '>= 2.6.5'
|
|
source 'https://rubygems.org'
|
|
|
|
# Middleman
|
|
gem 'ffi', '~> 1.14.2'
|
|
gem 'middleman', '~> 4.3.4'
|
|
gem 'middleman-autoprefixer', '~> 2.10.0'
|
|
gem 'middleman-sprockets', '~> 4.1.1'
|
|
gem 'middleman-syntax', '~> 3.2.0'
|
|
gem 'nokogiri', '~> 1.13.6'
|
|
gem 'rack', '~> 2.2.3'
|
|
gem 'redcarpet', '~> 3.5.1'
|
|
gem 'rouge', '~> 3.26.0'
|
|
|