sass-site/Gemfile
dependabot[bot] 4bf0c53ae3
Bump nokogiri from 1.11.4 to 1.12.5 (#583)
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>
2021-10-06 13:20:57 -07:00

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]