> For clean Markdown content of this page, append .md to this URL. For the complete documentation index, see https://buildwithfern.com/learn/llms.txt.

## 1.2.1

**`(fix):`** Fix rubocop not running in local mode by running `bundle install`
before `bundle exec rubocop -A` and clearing conflicting nix/devbox
Ruby environment variables. Previously, rubocop ran before dependencies
were installed and relied on a system-level rubocop that could be
broken or absent outside Docker.