mirror of
https://github.com/placeholder-soft/prodigyapi.git
synced 2026-04-28 11:55:00 +08:00
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.10 to 1.11.0. **This update includes a security fix.** - [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.10.10...v1.11.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
13 lines
281 B
Ruby
13 lines
281 B
Ruby
ruby '>=2.5.0'
|
|
source 'https://rubygems.org'
|
|
|
|
# Middleman
|
|
gem 'middleman', '~>4.3'
|
|
gem 'middleman-syntax', '~> 3.2'
|
|
gem 'middleman-autoprefixer', '~> 2.7'
|
|
gem 'middleman-sprockets', '~> 4.1'
|
|
gem 'rouge', '~> 3.21'
|
|
gem 'redcarpet', '~> 3.5.0'
|
|
gem 'nokogiri', '~> 1.11.0'
|
|
gem 'sass'
|