DEV Community

Tao Liu
Tao Liu

Posted on

add ruby '2.6.6' in gemfile if heroku errors on deploy

remote: -----> Detecting rake tasks
remote:
remote: !
remote: ! Could not detect rake tasks
remote: ! ensure you can run
$ bundle exec rake -Pagainst your app
remote: ! and using the production group of your Gemfile.
remote: ! /tmp/build_3df62780/config/boot.rb:4:in
require': cannot load such file -- bootsnap/setup (LoadError)
remote: ! from /tmp/build_3df62780/config/boot.rb:4:in <top (required)>'
remote: ! from /tmp/build_3df62780/bin/rake:7:in
require_relative'
remote: ! from /tmp/build_3df62780/bin/rake:7:in <main>'
remote: !

add ruby '2.6.6' in gemfile if heroku errors on deploy

Top comments (0)

Qodo Takeover

Introducing Qodo Gen 1.0: Transform Your Workflow with Agentic AI

Rather than just generating snippets, our agents understand your entire project context, can make decisions, use tools, and carry out tasks autonomously.

Read full post

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay