From defd95dbedb81043c2b7444297152f1d44a1be29 Mon Sep 17 00:00:00 2001 From: Adrien BRACQ - Barbatronic Date: Wed, 3 Jul 2024 17:00:48 +0000 Subject: [PATCH] update gemfile --- docs/Gemfile | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/docs/Gemfile b/docs/Gemfile index b23fbe8..f448eef 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -1,8 +1,4 @@ -source 'https://rubygems.org' -gem "github-pages", "~> GITHUB-PAGES-VERSION", group: :jekyll_plugins - -gem "jekyll", "~> 4.3.3" # installed by `gem jekyll` -# gem "webrick" # required when using Ruby >= 3 and Jekyll <= 4.2.2 - -gem "just-the-docs", "0.8.2" # pinned to the current release -# gem "just-the-docs" # always download the latest release \ No newline at end of file +source "https://rubygems.org" +gem "github-pages", group: :jekyll_plugins +gem "just-the-docs" +gem 'webrick' \ No newline at end of file