Before submitting an issue, please be sure to
This issue affects
The GitHub Pages Gem is intended to help users replicate the GitHub Pages build environment locally. If your issue affects both the hosted version and the version previewed locally, you may be better suited reporting seeking support in other forums.
What did you do (e.g., steps to reproduce)
Following the Jekyll & Github Pages instructions (with no additional gems or code) I added gem 'github-pages' , group: :jekyll_plugins' to my gem file. And then got this error after running bundle update:
Bundler could not find compatible versions for gem "jekyll":
In Gemfile:
github-pages was resolved to 4, which depends on
jekyll (= 1.1.2)
jekyll-feed (~> 0.6) was resolved to 0.10.0, which depends on
jekyll (~> 3.3)
I then tried updating the gem file to specify the latest version of Github Pages by adding gem 'github-pages' ,'188', group: :jekyll_plugins' to the gem file and got this error:
Bundler could not find compatible versions for gem "jekyll":
In Gemfile:
jekyll (~> 3.8.3)
github-pages (= 188) was resolved to 188, which depends on
jekyll (= 3.7.3)
It seems like the version of Jekyll that I'm running (latest as I just installed Jekyll yesterday) not the right version or requires an earlier version for githup-pages gem.
What did you expect to happen?
bundle install to resolve successfully
What happened instead?
Got an error:
Bundler could not find compatible versions for gem "jekyll":
In Gemfile:
jekyll (~> 3.8.3)
github-pages (= 188) was resolved to 188, which depends on
jekyll (= 3.7.3)
Additional information
Before submitting an issue, please be sure to
bundle update github-pages)This issue affects
The GitHub Pages Gem is intended to help users replicate the GitHub Pages build environment locally. If your issue affects both the hosted version and the version previewed locally, you may be better suited reporting seeking support in other forums.
What did you do (e.g., steps to reproduce)
Following the Jekyll & Github Pages instructions (with no additional gems or code) I added gem 'github-pages' , group: :jekyll_plugins' to my gem file. And then got this error after running bundle update:
I then tried updating the gem file to specify the latest version of Github Pages by adding gem 'github-pages' ,'188', group: :jekyll_plugins' to the gem file and got this error:
It seems like the version of Jekyll that I'm running (latest as I just installed Jekyll yesterday) not the right version or requires an earlier version for githup-pages gem.
What did you expect to happen?
bundle install to resolve successfully
What happened instead?
Got an error:
Additional information
https://github.com/simon-spenc/myblog-jekyll.github.io