-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Unable to setup new rails project with ffc as an engine #1040
Comments
I'm receiving the same error. I reinstalled Rails 6.0.0 and then received this error after running bundle install. `Fetching gem metadata from https://rubygems.org/.........
Could not find gem 'acts_as_commentable ( The source contains the following gems matching 'acts_as_commentable':
|
Yes, I solved this in my rails project with FFCRM as engine, by adding the following to the main project Gemfile:
The issue appears to be the fact that gemspec files don't allow pegging to git or git branches (correct me if I'm wrong on this!) So in this case, Thanks for porting it, @CloCkWeRX |
Environment:
Ruby: 2.7.5
Rails: 6.1.7
OS: Ubuntu
Bundler: 2.3.10
I have created a new rails project. Added fat-free-crm gem dependency. While running
bundle install
I am getting the following error.I was also getting the following error a while ago.
I tried everything. Cleanup the gemset, changing rails version, bundler version. Nothing works.
The text was updated successfully, but these errors were encountered: