mirror of
https://github.com/danog/sass-site.git
synced 2025-01-22 13:51:46 +01:00
0882068502
Bumps [redcarpet](https://github.com/vmg/redcarpet) from 3.3.4 to 3.5.1. - [Release notes](https://github.com/vmg/redcarpet/releases) - [Changelog](https://github.com/vmg/redcarpet/blob/master/CHANGELOG.md) - [Commits](https://github.com/vmg/redcarpet/compare/v3.3.4...v3.5.1) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Natalie Weizenbaum <nweiz@google.com>
27 lines
919 B
Ruby
27 lines
919 B
Ruby
source "https://rubygems.org"
|
|
ruby "2.5.3"
|
|
|
|
gem "builder", "~> 3.2.2"
|
|
gem "html-proofer", "~> 3.13"
|
|
gem "middleman", "~> 3.4.1"
|
|
gem "middleman-autoprefixer", "~> 2.6.2"
|
|
gem "middleman-blog", "~> 3.5.3"
|
|
gem "middleman-livereload", "~> 3.4.5"
|
|
gem "middleman-minify-html", "~> 3.4.1"
|
|
gem "middleman-syntax", "~> 2.0.0"
|
|
gem "modular-scale", "~> 2.1.1"
|
|
gem "nokogiri", "~> 1.10"
|
|
gem "puma"
|
|
gem "rack"
|
|
gem "rack-contrib"
|
|
gem "rack-rewrite"
|
|
gem "rack-ssl", "~> 1.4"
|
|
gem "rack-conditional", "~> 0.3"
|
|
gem "rake"
|
|
gem "redcarpet", "~> 3.5.1"
|
|
gem "semantic", "~> 1.6"
|
|
gem "therubyracer", "~> 0.12.3"
|
|
gem "typogruby", "~> 1.0.18"
|
|
gem "tzinfo-data", "~> 1.2015.7", platforms: [:mswin, :mingw, :jruby]
|
|
gem "wdm", "~> 0.1.1", platforms: [:mswin, :mingw]
|