rubocop 1.79.0

RuboCop is a Ruby code style checking and code formatting tool. It aims to enforce the community-driven Ruby Style Guide.

Install This Version

Using gem command

gem install rubocop -v 1.79.0

In your Gemfile

gem 'rubocop', '~> 1.79.0'

Frequently Asked Questions

How do I lock the rubocop gem at version 1.79.0?

To lock this gem at this specific version, update your Gemfile:

gem 'rubocop', '1.79.0'

Then run:

bundle install

Note: This is an older version. Consider upgrading to the latest version (1.81.6) for the newest features and security fixes.

Other Versions