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
8 changes: 4 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source 'https://rubygems.org'
ruby '2.7.4'

gem "jekyll", '~> 4.2.0', github: "jekyll/jekyll"
gem 'html-proofer'
gem 'html-proofer', '>= 3.19.3'
gem 'asciidoctor'
gem 'pygments.rb', '~> 1.1.2'
gem 'rake'
Expand All @@ -17,11 +17,11 @@ gem 'htmlentities', '~> 4.3', '>= 4.3.4'
group :jekyll_plugins do
gem 'jekyll-sitemap'
gem 'jekyll-asciidoc', github: "asciidoctor/jekyll-asciidoc"
gem 'jekyll-algolia', '~> 1.0' # Used by `Update Algolia Index` CI step
gem 'jekyll-last-modified-at' # Used for page metadata
gem 'jekyll-algolia', '~> 1.7', '>= 1.7.0' # Used by `Update Algolia Index` CI step
gem 'jekyll-last-modified-at' , '>= 1.3.2' # Used for page metadata
end

group :test, :development do
gem 'pronto'
gem 'pronto', '>= 0.11.1'
gem 'pronto-markdownlint'
end