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

bug in bundle install instructions #2831

Open
calebmiller opened this issue Feb 11, 2025 · 2 comments
Open

bug in bundle install instructions #2831

calebmiller opened this issue Feb 11, 2025 · 2 comments
Labels
info needed More information is needed for this issue
Milestone

Comments

@calebmiller
Copy link

Following the README instructions resulted in this error:

$ bundle config set --local path 'vendor/bundle'
$ bundle install
Fetching gem metadata from https://rubygems.org/..........
Fetching gem metadata from https://rubygems.org/.
Resolving dependencies..................
ffi-1.17.1-x86_64-linux-musl requires rubygems version >= 3.3.22, which is incompatible with the current version, 3.1.2

Some googling suggested to add gem "ffi","=1.16.3" to the Gemfile, which does seem to resolve the error

@rjzupkoii
Copy link
Collaborator

Looks like the dependencies are due for an update, will take a look at things this weekend.

@rjzupkoii rjzupkoii added this to the v0.9 milestone Feb 11, 2025
@rjzupkoii rjzupkoii added the info needed More information is needed for this issue label Feb 15, 2025
@rjzupkoii
Copy link
Collaborator

Just gave this a quick go and was unable to reproduce the error. What does your development environment look like in terms of Ruby version and the like?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
info needed More information is needed for this issue
Projects
None yet
Development

No branches or pull requests

2 participants