From d2df02495ee05bf911b1183c7e5d732e9ac04b5a Mon Sep 17 00:00:00 2001 From: Rustam Ibragimov Date: Tue, 26 Nov 2024 01:52:39 +0300 Subject: [PATCH] cheburek --- .rubocop.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index 1a0a799..e5149e8 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -11,9 +11,8 @@ AllCops: - lib/**/*.rb - spec/**/*.rb - Gemfile - - gemfiles/ruby31.gemfile - - gemfiles/ruby32.gemfile - - gemfiles/ruby33.gemfile + - gemfiles/ruby3.1.gemfile + - gemfiles/ruby3.2.gemfile - Rakefile - redis_queued_locks.gemspec - bin/console