nokogiri is a pain to install, and no long necessary
This commit is contained in:
parent
04dbaec7c1
commit
bc8496ceb6
2 changed files with 0 additions and 3 deletions
2
Gemfile
2
Gemfile
|
@ -4,8 +4,6 @@ source 'https://rubygems.org'
|
||||||
gem 'nanoc', '4.3.5'
|
gem 'nanoc', '4.3.5'
|
||||||
gem 'kramdown'
|
gem 'kramdown'
|
||||||
gem 'coffee-script'
|
gem 'coffee-script'
|
||||||
# Needed for relativize_urls
|
|
||||||
gem 'nokogiri'
|
|
||||||
gem 'sass'
|
gem 'sass'
|
||||||
# Needed for atom_feed in blogging helper
|
# Needed for atom_feed in blogging helper
|
||||||
gem 'builder'
|
gem 'builder'
|
||||||
|
|
|
@ -89,7 +89,6 @@ DEPENDENCIES
|
||||||
icalendar
|
icalendar
|
||||||
kramdown
|
kramdown
|
||||||
nanoc (= 4.3.5)
|
nanoc (= 4.3.5)
|
||||||
nokogiri
|
|
||||||
sass
|
sass
|
||||||
terminal-notifier-guard
|
terminal-notifier-guard
|
||||||
w3c_validators
|
w3c_validators
|
||||||
|
|
Loading…
Reference in a new issue