From da5f96f2351c57211735829a8f5756e78dc08265 Mon Sep 17 00:00:00 2001 From: Koichi ITO Date: Fri, 16 Aug 2024 15:57:01 +0900 Subject: [PATCH] [Doc] Tweak the README The rubocop-rails-omakase gem was included by default in Rails 7.2.0: https://guides.rubyonrails.org/7_2_release_notes.html#add-omakase-rubocop-rules-by-default --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 79b84d2..a26fed9 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ These specific rules aren't right or wrong, but merely represent the idiosyncrat ## Installation -This omakase style is automatically included with new Rails 8 applications. But if you're running an earlier version, you can easily add them yourself. +This omakase style is automatically included with new Rails 7.2 applications. But if you're running an earlier version, you can easily add them yourself. First add this to your Gemfile: