You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wanted to test out this theme on my GitHub Pages site, and on trying to install the Ruby gem for the theme using the method described in the README (by modifying the Gemfile and using bundler), I get the following error:
Fetching gem metadata from https://rubygems.org/.........
Resolving dependencies...
Could not find compatible versions
Because github-pages >= 228 depends on jekyll = 3.9.3
and every version of academic-jekyll-theme depends on jekyll ~> 4.2,
github-pages >= 228 is incompatible with academic-jekyll-theme >= 0.
So, because Gemfile depends on academic-jekyll-theme >= 0
and Gemfile depends on github-pages ~> 228,
version solving has failed.
Wanted to test out this theme on my GitHub Pages site, and on trying to install the Ruby gem for the theme using the method described in the README (by modifying the Gemfile and using bundler), I get the following error:
My Gemfile when trying this was as follows:
The text was updated successfully, but these errors were encountered: