RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

Bundler 2.4.20 understands .ruby-version files

Gemfiles have a ruby line that specifies a Ruby version, and most projects also have a .ruby-version file that duplicates this value. The good news is that now you can DRY this up with Bundler 2.4.20’s new Gemfile syntax, like this: ruby file: ".ruby-version". The asdf .tool-versions file is also supported. https://mattbrictson.com/blog/bundler-ruby-file

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in