Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

devlopr 0.4.5 incompatible with github-pages >= 208 #217

Open
motiwari opened this issue Jun 5, 2023 · 1 comment
Open

devlopr 0.4.5 incompatible with github-pages >= 208 #217

motiwari opened this issue Jun 5, 2023 · 1 comment

Comments

@motiwari
Copy link

motiwari commented Jun 5, 2023

Hi, when trying to build a website with a Gemfile that requires a newer version of github-pages than 207, I get the following error:

>>> bundle install
Fetching gem metadata from https://rubygems.org/.........
Resolving dependencies...
Could not find compatible versions

Because devlopr >= 0.4.3 depends on jekyll-seo-tag ~> 2.6.1
  and github-pages >= 210, < 224 depends on jekyll-seo-tag = 2.7.1,
  devlopr >= 0.4.3 is incompatible with github-pages >= 210, < 224.
So, because Gemfile depends on devlopr ~> 0.4.5
  and Gemfile depends on github-pages ~> 210,
  version solving has failed.

Here's an example Gemfile:

source "https://rubygems.org"


# Hello! This is where you manage which Jekyll version is used to run.
# When you want to use a different version, change it below, save the
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
#
#     bundle exec jekyll serve
#
# This will help ensure the proper Jekyll version is running.
# Happy Jekylling!

# gem "jekyll", "~> 4.0.0"

# This is the default theme for new Jekyll sites. You may change this to anything you like.
gem "devlopr", "~> 0.4.5"

# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
# uncomment the line below. To upgrade, run `bundle update github-pages`.
gem "github-pages", "~> 210", group: :jekyll_plugins

# If you have any plugins, put them here!
group :jekyll_plugins do
  gem "jekyll-feed", "~> 0.11"
  gem 'jekyll-algolia', '~> 1.0'
end

# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
# and associated library.
install_if -> { RUBY_PLATFORM =~ %r!mingw|mswin|java! } do
  gem "tzinfo", "~> 1.2"
  gem "tzinfo-data"
end

# Performance-booster for watching directories on Windows
gem "wdm", "~> 0.1.1", :install_if => Gem.win_platform?

gem "webrick", "~> 1.7"

Could you advise on how to fix? Is this something that needs to be updated on the devlopr side?

@github-actions
Copy link

github-actions bot commented Jun 5, 2023

Thanks for submitting an issue! I'll check it at as soon as possible and get back to you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant