rubocop 1.80.1

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.80.1

In your Gemfile

gem 'rubocop', '~> 1.80.1'

Frequently Asked Questions

How do I lock the rubocop gem at version 1.80.1?

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

gem 'rubocop', '1.80.1'

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.

How old is rubocop version 1.80.1?

This version was released on July 1, 2025.

This is not the latest version. The current version is 1.81.6.

Release Information

Released
July 1, 2025

Other Versions