Skip to content

Commit

Permalink
try new gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Coopydood committed Oct 1, 2024
1 parent b599459 commit 62f1554
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions docs/Gemfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
source 'https://rubygems.org'
source "https://rubygems.org"
gemspec

gem "jekyll", "~> 4.3.4" # installed by `gem jekyll`
# gem "webrick" # required when using Ruby >= 3 and Jekyll <= 4.2.2
gem "jekyll-github-metadata", ">= 2.15"

gem "just-the-docs", "0.10.0" # pinned to the current release
# gem "just-the-docs"
gem "jekyll-include-cache", group: :jekyll_plugins
gem "jekyll-sitemap", group: :jekyll_plugins

gem "jekyll-default-layout"

gem "jekyll-github-metadata"
gem "html-proofer", "~> 5.0", :group => :development

0 comments on commit 62f1554

Please sign in to comment.