README.md in rubocopital-0.7.1 vs README.md in rubocopital-1.0.0

- old
+ new

@@ -5,11 +5,11 @@ ## Installation Add this line to your application's Gemfile under the `development` and `test` groups to include a specific version of this gem: ```ruby -gem 'rubocopital', '~> 0.6.1', require: false +gem 'rubocopital', '~> 1.0.0', require: false ``` And then execute: $ bundle install @@ -34,10 +34,10 @@ inherit_gem: rubocopital: - default.yml AllCops: - TargetRubyVersion: 2.3 + TargetRubyVersion: 3.0 DisplayCopNames: false DisplayStyleGuide: true ``` If your project uses RSpec, please add the `rubocop-rspec` config as well.