magma-labs / magma-chat

Ruby on Rails 7-based ChatGPT Bot Platform
https://magmachat.ai
Other
209 stars 26 forks source link

Updates gemfile lock with bundle update rails #52

Closed aldompe95 closed 1 year ago

aldompe95 commented 1 year ago

When initializing project from scratch, bundle install gives error:

Your bundle is locked to rails (7.1.0.alpha) from https://github.com/rails/rails.git (at main@912096d), but that version can no longer be found in that source. That means the author of rails (7.1.0.alpha) has removed it.
You'll need to update your bundle to a version other than rails (7.1.0.alpha) that hasn't been removed in order to install.

Fix it with bundle update rails

aldompe95 commented 1 year ago

Not sure if this was related to something from my computer, so if this cannot be replicated by other users we can throw this PR away :rofl: