dashbrains-rubocop-config.gemspec in dashbrains-rubocop-config-1.0.4 vs dashbrains-rubocop-config.gemspec in dashbrains-rubocop-config-1.0.5

- old
+ new

@@ -22,11 +22,11 @@ # Specify which files should be added to the gem when it is released. # The `git ls-files -z` loads the files in the RubyGem that have been added into git. spec.files = Dir.chdir(File.expand_path(__dir__)) do `git ls-files -z`.split("\x0") - .reject { |f| f.match(%r{^(test|spec|features)/}) } + .reject { |f| f.match(%r{^(test|spec|features)/}) } end spec.require_paths = ['lib'] spec.add_dependency 'rubocop' spec.add_dependency 'rubocop-capybara' @@ -36,6 +36,7 @@ spec.add_dependency 'rubocop-performance' spec.add_dependency 'rubocop-rails' spec.add_dependency 'rubocop-rspec' spec.add_dependency 'rubocop-rspec_rails' spec.add_dependency 'rubocop-sorbet' + spec.add_dependency 'standard' end