Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.4 to 1.10.8. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.10.4...v1.10.8) Signed-off-by: dependabot[bot] <support@github.com>
17 lines
370 B
Ruby
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.10.8'
|
|
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
|