🚀✨ Oh, the joy! Another Ruby tool to blindly worship, because managing gems and Ruby versions needs to be *even more* complicated! 🙄 Apparently, the author's decade-long fantasy of a magical Ruby management fairy finally came true. Who knew dreams were so... *underwhelming*? 😂🔧
https://andre.arko.net/2025/08/25/rv-a-new-kind-of-ruby-management-tool/ #RubyTools #RubyManagement #GemManagement #SoftwareDevelopment #DeveloperHumor #HackerNews #ngated
rv, a new kind of Ruby management tool

For the last ten years or so of working on Bundler, I’ve had a wish rattling around: I want a better dependency manager. It doesn’t just manage your gems, it manages your ruby versions, too. It doesn’t just manage your ruby versions, it installs pre-compiled rubies so you don’t have to wait for ruby to compile from source every time. And more than all of that, it makes it completely trivial to run any script or tool written in ruby, even if that script or tool needs a different ruby than your application does.

André.Arko.net
Exciting news! 🚀 IRB 1.7.0 & Reline 0.3.5 have been released. Say goodbye to input lines being pushed up by autocompletion, thanks to @tompng !
Upgrade ASAP and find more details in the release note: https://github.com/ruby/irb/releases/tag/v1.7.0 #RubyTools #IRB #Reline
Release v1.7.0 · ruby/irb

What's Changed ✨ Enhancements Print deprecation warning for help command by @st0012 in #567 Display mod key as Option on Darwin platforms by @adam12 in #584 Allow show_source for private methods b...

GitHub