Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ gem 'rake'

# jekyll, which builds it all
# 3.0 includes sass processing
gem 'jekyll', '~>3.1'
gem 'jekyll', '~> 3.9', '>= 3.9.0'

# Jekyll extensions
gem 'jekyll-redirect-from'
gem 'jekyll-redirect-from', '>= 0.11.0'
gem 'jekyll-paginate'

# JSON
Expand Down