mirror of
https://github.com/danog/sass-site.git
synced 2024-11-26 20:14:53 +01:00
4bf0c53ae3
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.11.4 to 1.12.5. - [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.11.4...v1.12.5) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.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.12"
|
|
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]
|