chore(deps): ensure we're not using Jekyll 3 for now
This commit is contained in:
parent
a3cf2cd2b4
commit
1154a73b9a
2 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@
|
|||
source 'https://rubygems.org'
|
||||
|
||||
group :development, :test do
|
||||
gem 'jekyll'
|
||||
gem 'jekyll', '< 3'
|
||||
gem 'haml'
|
||||
gem 'rouge'
|
||||
gem 'sass'
|
||||
|
|
|
|||
|
|
@ -118,7 +118,7 @@ DEPENDENCIES
|
|||
guard-jekyll-plus
|
||||
guard-livereload
|
||||
haml
|
||||
jekyll
|
||||
jekyll (< 3)
|
||||
jekyll-contentblocks
|
||||
nokogiri
|
||||
rouge
|
||||
|
|
|
|||
Loading…
Reference in a new issue