For the complete documentation index, see llms.txt. This page is also available as Markdown.

Ruby / Bundler version

AutoFix uses the Ruby & Bundler versions defined in the Gemfile. If these versions are not present, AutoFix will default to Ruby 3.2.9 and Bundler 2.4.19.

Example of a minimal Gemfile with the versions defined:

Gemfile
source 'https://rubygems.org'

ruby '4.0.6'
gem 'bundler', '4.0.3'

Last updated

Was this helpful?