Closed Chaxiraxi closed 1 year ago
I fixed it by specified the version of active_record in the Gemfile. Just replace the following line in the file Gemfile:
gem 'otr-activerecord', '~> 2.1', '>= 2.1.2'
with this:
gem 'otr-activerecord', '~> 2.1.1'
I changed it in nano Gemfile.lock, but there was no solution, update?
Delete the lock file Gemfile.lock and modify the Gemfile. Then, redo a bundle install
Thanks man, this worked.
Also worked for me. However, running bundle installed
didn't worked, I had to run ./install
again and it fixed the problem. Thanks, a lot.
First Steps
Configuration
Steps to Reproduce
./beef
I get an error as follows:Additionnal information
Because I enabled debuging, here's the complete output of the terminal: