cccs-website/Gemfile
dependabot[bot] 6ef08fedf6
Bump nokogiri from 1.10.8 to 1.12.5
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.8 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.10.8...v1.12.5)

---
updated-dependencies:
- dependency-name: nokogiri
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-27 20:37:11 +00:00

17 lines
370 B
Ruby

source "http://rubygems.org"
gem 'nanoc', '~> 3.7.5'
gem 'builder', '~> 3.2.2'
gem 'guard-nanoc', '~> 1.0.3'
gem 'systemu', '~> 2.6.5'
gem 'adsf', '~> 1.2.0'
gem 'sass', '~> 3.4.21'
gem 'rdiscount', '~> 2.1.8'
gem 'nokogiri', '~> 1.12.5'
gem 'feedjira', '~> 2.0.0'
gem 'ri_cal', '~> 0.8.8'
gem 'rqrcode_png', '~> 0.1.5'
group :production do
gem 't', '~> 2.10.0'
end