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

Update requirements for ruby-vips #313

Merged
merged 1 commit into from
Sep 13, 2024
Merged

Conversation

hschne
Copy link
Contributor

@hschne hschne commented Sep 12, 2024

I ran into a slight issue when installing another gem, jekyll-og-image, due to conflicting ruby-vips versions.

bundle add jekyll-og-image
Fetching gem metadata from https://rubygems.org/.........
Resolving dependencies...
Could not find compatible versions

Because every version of jekyll-og-image depends on ruby-vips ~> 2.2.0
  and jekyll_picture_tag >= 2.0.0pre1 depends on ruby-vips ~> 2.0.17,
  every version of jekyll-og-image is incompatible with jekyll_picture_tag >= 2.0.0pre1.
So, because Gemfile depends on jekyll_picture_tag ~> 2.1
  and Gemfile depends on jekyll-og-image >= 0,
  version solving has failed.

Since ruby-vips latest version is now 2.2 I believe the most straightforward fix here is to update jekyll_picture_tag to use this version. I'd also be happy to use any other constraints that you deem fit (e.g. could see ~> 2, >= 2.0.17 also working well).

@rbuchberger
Copy link
Owner

Thanks! I definitely had an overly specific version spec, sorry about that.

@rbuchberger rbuchberger merged commit a900d54 into rbuchberger:master Sep 13, 2024
3 checks passed
@rbuchberger
Copy link
Owner

Ok! New version is up. bundle update should take care of it

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

Successfully merging this pull request may close these issues.

2 participants