diff --git a/docs/Gemfile b/docs/Gemfile index aabbd72..e66845a 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -9,7 +9,7 @@ source "https://rubygems.org" # Happy Jekylling! gem "jekyll", "~> 3.9.3" # This is the default theme for new Jekyll sites. You may change this to anything you like. -gem "minima", "~> 2.5" +#gem "minima", "~> 2.5" # If you want to use GitHub Pages, remove the "gem "jekyll"" above and # uncomment the line below. To upgrade, run `bundle update github-pages`. gem "github-pages", "~> 228", group: :jekyll_plugins diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock index f090ad0..c7853e4 100644 --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -275,7 +275,6 @@ DEPENDENCIES jekyll (~> 3.9.3) jekyll-feed (~> 0.12) just-the-docs - minima (~> 2.5) tzinfo (>= 1, < 3) tzinfo-data wdm (~> 0.1.1)