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
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
The text was updated successfully, but these errors were encountered:
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?
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 errorThe text was updated successfully, but these errors were encountered: