hydecorp / hydejack

A boutique Jekyll theme for hackers, nerds, and academics
https://hydejack.com
Other
1.42k stars 804 forks source link

Unknown regexp options - ady - . Bundler cannot continue. #272

Open andymcdgeo opened 3 years ago

andymcdgeo commented 3 years ago

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 or bundler 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.

[!] There was an error parsing `Gemfile`: unknown regexp options - ady - . Bundler cannot continue.

 #  from C:/Users/a/Dropbox/Website/hydejack-7/Gemfile:33
 #  -------------------------------------------
 #  # Windows does not include zoneinfo files, so bundle the tzinfo-data gem
 >  gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
 #  source "https://rubygems.org"
 #  -------------------------------------------
LazyRen commented 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"
tensor-works commented 10 months ago

Why isnt any GemFile in the rep