steal version numbers from cryptohagen
continuous-integration/drone/push Build is failing Details

This hopefully fixes the build errors
This commit is contained in:
om 2024-02-10 17:35:59 +00:00
parent 2170acdd5f
commit e3a4cbd44c
1 changed files with 5 additions and 3 deletions

View File

@ -9,7 +9,8 @@ ruby RUBY_VERSION
#
# This will help ensure the proper Jekyll version is running.
# Happy Jekylling!
gem "jekyll", ">= 4.2.0"
gem "jekyll", "~> 4.3.2"
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
@ -18,11 +19,12 @@ gem "jekyll", ">= 4.2.0"
# If you have any plugins, put them here!
group :jekyll_plugins do
gem "jekyll-feed", "~> 0.6"
gem "jekyll-feed"
gem "jekyll-sitemap"
gem "jekyll-sass-converter", "~> 2.1"
gem "jekyll-sass-converter"
end
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]