Open andymcdgeo opened 3 years ago
Have you tried adding
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
to your Gemfile
as it is described?
Just FYI my Gemfile
looks like below
source 'https://rubygems.org'
gem "jekyll", "~> 3.9"
group :jekyll_plugins do
gem 'github-pages'
gem 'jekyll-include-cache'
gem 'jekyll-compose'
end
gem 'wdm' if Gem.win_platform?
gem 'tzinfo-data' if Gem.win_platform?
gem "webrick", "~> 1.7"
Why isnt any GemFile in the rep
I am new to Jekyll and I have been trying to install this theme on both Windows 10 and MacOS (Big Sur) using the HydeJack Starter Kit, however, each time I try to
bundle install
orbundler exec jekyll serve
I receive the error below.Ruby versions: Win 10: 2.7.3 MacOS: 3.0.1
I can't work out if this is a problem with my setup or something else.