зеркало из
https://github.com/rs-pro/activeadmin-quill_editor.git
synced 2026-08-28 15:36:17 +03:00
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>
Этот коммит содержится в:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user