Skip to content

Instantly share code, notes, and snippets.

@etagwerker
Created October 17, 2025 17:16
Show Gist options
  • Save etagwerker/7a0783b236a33acff90fd208f014c4a5 to your computer and use it in GitHub Desktop.
Save etagwerker/7a0783b236a33acff90fd208f014c4a5 to your computer and use it in GitHub Desktop.
# step 1
gem uninstall rubycritic
gem install rubycritic -v=4.10.0
time rubycritic app lib
# step 2
gem uninstall rubycritic
gem install rubycritic -v=4.11.0
time rubycritic app lib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment