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
I was able to get it to bundle with gem "sqlite-ulid", platforms: :ruby_31
Any ideas what might be causing this? I had a few other friends try installing it. Those who were on ruby 3.1.4 were able to get it to install. We had mixed results. Some people were able to install it and others not.
The text was updated successfully, but these errors were encountered:
jmarsh24
changed the title
Bundle add error
Could not find gem 'sqlite-ulid' with platform 'ruby' in rubygems repository
Jan 16, 2024
We faced the same issue in one of our Rails projects when trying to install the gem via bundler. To solve it, we had to remove Gemfile.lock and run bundle again.
I'm facing an issue when trying to use bundle add sqlite-ulid running the latest ruby version.
I'm on ruby version 3.2.2, arm64-darwin.
It was also happening when trying to add "sqlite-vss" vector full text search.
I was able to get it to bundle with
gem "sqlite-ulid", platforms: :ruby_31
Any ideas what might be causing this? I had a few other friends try installing it. Those who were on ruby 3.1.4 were able to get it to install. We had mixed results. Some people were able to install it and others not.
The text was updated successfully, but these errors were encountered: