mirror of
https://github.com/placeholder-soft/prodigyapi.git
synced 2026-01-12 22:44:57 +08:00
Bumps [rouge](https://github.com/rouge-ruby/rouge) from 3.20.0 to 3.21.0. - [Release notes](https://github.com/rouge-ruby/rouge/releases) - [Changelog](https://github.com/rouge-ruby/rouge/blob/master/CHANGELOG.md) - [Commits](https://github.com/rouge-ruby/rouge/compare/v3.20.0...v3.21.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.3.1'
|
|
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.10.8'
|
|
gem 'sass'
|