OpenAstronomy / openastronomy.github.io

The web site for the Open Astronomy effort.
http://openastronomy.org
BSD 2-Clause "Simplified" License
71 stars 158 forks source link

Failing to build the website locally #363

Open jgyasu opened 5 months ago

jgyasu commented 5 months ago

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)
 #  
 #  -------------------------------------------