jonathanmorley / asdf-bundler

Apache License 2.0
7 stars 4 forks source link

Why version Bundler with ASDF? #2

Closed nomasprime closed 3 years ago

nomasprime commented 3 years ago

Hi, just trying to understand the premise of this plugin.

Why would I use this instead of bundle _version_ …? I'm guessing it would be so I can specify the version in .tool-versions and call without _version_, ie, portability?

jonathanmorley commented 3 years ago

Bundler only ships with ruby in ruby versions >= 2.6 (https://stdgems.org/compare/). This plugin is most useful alongside versions of ruby < 2.6, so that you can go straight from asdf install to bundle install