mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-03-25 09:05:47 +00:00
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.8.1 to 1.10.4. - [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.8.1...v1.10.4) Signed-off-by: dependabot[bot] <support@github.com>
12 lines
263 B
Ruby
12 lines
263 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gem 'builder', '~> 3.2'
|
|
gem 'css_parser', '~> 1.3'
|
|
gem 'htmlentities', '~> 4.3'
|
|
gem 'mustache', '~> 1.0'
|
|
gem 'nokogiri', '~> 1.10'
|
|
gem 'rdiscount', '~> 2.1'
|
|
gem 'sinatra', '~> 1.4'
|
|
|
|
gem 'rspec', '~> 3.3'
|
|
gem 'guard-rspec', '~> 4.6'
|