diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index ee825f6..f3cf45f 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -1,6 +1,6 @@ # This configuration was generated by # `rubocop --auto-gen-config --exclude-limit 180` -# on 2023-04-04 23:31:01 UTC using RuboCop version 1.49.0. +# on 2023-04-25 23:31:15 UTC using RuboCop version 1.50.2. # The point is for the user to remove these configuration records # one by one as the offenses are removed from the code base. # Note that changes in the inspected code, or installation of new @@ -14,14 +14,6 @@ Gemspec/DevelopmentDependencies: Exclude: - 'china_bank-payroll_text_file.gemspec' -# Offense count: 1 -# This cop supports safe autocorrection (--autocorrect). -# Configuration parameters: TreatCommentsAsGroupSeparators, ConsiderPunctuation, Include. -# Include: **/*.gemspec -Gemspec/OrderedDependencies: - Exclude: - - 'china_bank-payroll_text_file.gemspec' - # Offense count: 1 # This cop supports safe autocorrection (--autocorrect). # Configuration parameters: Severity, Include. diff --git a/china_bank-payroll_text_file.gemspec b/china_bank-payroll_text_file.gemspec index 0ab6226..6418bfb 100644 --- a/china_bank-payroll_text_file.gemspec +++ b/china_bank-payroll_text_file.gemspec @@ -23,10 +23,10 @@ Gem::Specification.new do |spec| spec.add_development_dependency "rake" spec.add_development_dependency "rspec" spec.add_development_dependency "rubocop" + spec.add_development_dependency "rubocop_challenger" spec.add_development_dependency "rubocop-performance" spec.add_development_dependency "rubocop-rails" spec.add_development_dependency "rubocop-rspec" - spec.add_development_dependency "rubocop_challenger" spec.add_development_dependency "simplecov" spec.add_dependency "activemodel", "> 5.2"