composite-primary-keys / composite_primary_keys

Composite Primary Keys support for Active Record
1.03k stars 350 forks source link

arm64-darwin-21 #580

Closed styrken closed 2 years ago

styrken commented 2 years ago

Hi,

I am getting this error while running bundle install

Could not find gem 'composite_primary_key arm64-darwin-21' in any of the gem sources listed in your Gemfile.

Is there anything that can be done to fix that? Thank you

cfis commented 2 years ago

Hmm, composite_primary_key is pure ruby gem so the platform is irrelevant.

It does depends on some native gems (like postgresql) but that isn't what your error message mentions. I'm guessing this is something unique to your environment so closing.