From fb290efb3f171c70de9f0b6f7399da356810558a Mon Sep 17 00:00:00 2001 From: Yudai Takada Date: Thu, 13 Jun 2024 13:36:50 +0900 Subject: [PATCH] Add link to "Upgrade to Version 3.x" in README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2f8b38ec8..22e88af40 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,10 @@ or if you use bundler put this in your `Gemfile` gem 'rubocop-rspec', require: false ``` +### Upgrading to RuboCop RSpec v3.x + +Read all the details in our [Upgrade to Version 3.x](https://docs.rubocop.org/rubocop-rspec/3.0/upgrade_to_version_3.html) document. + ### Upgrading to RuboCop RSpec v2.x Read all the details in our [Upgrade to Version 2.x](https://docs.rubocop.org/rubocop-rspec/2.0/upgrade_to_version_2.html) document.