chore: Update RuboCop TargetRubyVersion to 3.2

Align RuboCop TargetRubyVersion with gemspec's required_ruby_version.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Этот коммит содержится в:
Gleb Tv
2026-02-09 17:48:00 +03:00
родитель c4a0fd2d17
Коммит 13e2e83f18
2 изменённых файлов: 2 добавлений и 3 удалений

Просмотреть файл

@@ -13,7 +13,7 @@ inherit_mode:
AllCops: AllCops:
NewCops: enable NewCops: enable
TargetRubyVersion: 3.0 TargetRubyVersion: 3.2
SuggestExtensions: false SuggestExtensions: false
DisplayCopNames: true DisplayCopNames: true
CacheRootDirectory: tmp/rubocop-cache CacheRootDirectory: tmp/rubocop-cache

Просмотреть файл

@@ -25,8 +25,7 @@ Dir[File.expand_path('support/**/*.rb', __dir__)].each { |f| require_relative f
begin begin
ActiveRecord::Migration.maintain_test_schema! ActiveRecord::Migration.maintain_test_schema!
rescue ActiveRecord::PendingMigrationError => e rescue ActiveRecord::PendingMigrationError
puts e.to_s.strip
exit 1 exit 1
end end