forked from cryptoaarhus.dk/website
steal version numbers from cryptohagen
This hopefully fixes the build errors
This commit is contained in:
parent
2170acdd5f
commit
e3a4cbd44c
8
Gemfile
8
Gemfile
|
@ -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]
|
||||
|
||||
|
|
Loading…
Reference in a new issue