-
Bumps [rouge](https://github.com/rouge-ruby/rouge) from 3.28.0 to 3.29.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.28.0...v3.29.0)
Bumps [rouge](https://github.com/rouge-ruby/rouge) from 3.28.0 to 3.29.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.28.0...v3.29.0)
This project manages its dependencies using Bundler.
Learn more
Gemfile 366 B
# Gem sources
source 'https://rubygems.org'
# List of required gems
gem 'jekyll', '~> 4.2.2'
gem 'jekyll-paginate', '~> 1.1.0'
gem 'rouge', '~> 3.29.0'
gem 'jekyll-redirect-from', '~> 0.16.0'
gem 'jekyll-feed', '~> 0.16.0'
gem "jekyll-sitemap", "~> 1.4"
gem "webrick", "~> 1.7"
group :test do
gem 'html-proofer', '~> 3.19.4'
gem 'yaml-lint', '~>0.0.7'
end