openastronomy.github.io icon indicating copy to clipboard operation
openastronomy.github.io copied to clipboard

Failing to build the website locally

Open jgyasu opened this issue 1 year ago • 0 comments

I am trying to build the website locally, I have Ruby and Jekyll installed.

But when I run bundler install, I encounter the following error,

[!] There was an error parsing `Gemfile`: No such file or directory @ rb_sysopen - https://pages.github.com/versions.json. Bundler cannot continue.

 #  from /home/user/dir/openastronomy.github.io/Gemfile:5
 #  -------------------------------------------
 #  require 'open-uri'
 >  versions = JSON.parse(open('https://pages.github.com/versions.json').read)
 #  
 #  -------------------------------------------

jgyasu avatar Apr 25 '24 22:04 jgyasu