DEV Community

Cover image for Upgrade Ruby using dual boot
T Sudhish Nair
T Sudhish Nair

Posted on

Upgrade Ruby using dual boot

Our latest blog is on Upgrade Ruby using dual boot.

Recently, we upgraded all Neeto product's Ruby version from 3.2.2 to 3.3.0 using "dual-booting".

Dual-booting is a process that allows you to run your application with different sets of dependencies, making it easy to switch between them. This approach enables you to quickly test your code with both the current and the newer version of what you are upgrading, ensuring that everything works smoothly before fully committing to the upgrade.

Learn more about dual-booting Ruby, installing dependencies, and key considerations for your setup.

https://www.bigbinary.com/blog/ruby-upgrade-using-dual-boot

Top comments (0)