I try to run this command sudo bundle exec rake ridge:apply ALLOW_DROP_TABLE=1 ALLOW_REMOVE_COLUMN=1
but get this following error /usr/bin/env: ‘ruby3.0’: No such file or directory
after that I use which ruby to see the location which is in /home/hai/.rbenv/shims/ruby
Then I created a soft link sudo ln -sv /home/hai/.rbenv/shims/ruby /usr/bin/ruby
but still get the same error.
ruby -v gives me ruby 3.0.1p64 (2021-04-05 revision 0fb782ee38) [x86_64-linux]