Merge pull request #1580 from Shopify/rubocop-autocorrect

Rubocop autocorrect Gemspec/DeprecatedAttributeAssignment offense
This commit is contained in:
Dylan Thacker-Smith
2022-06-06 11:53:06 -04:00
committed by GitHub
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ group :benchmark, :test do
end
group :test do
gem 'rubocop-shopify', '~> 2.6', require: false
gem 'rubocop-shopify', '~> 2.7.0', require: false
gem 'rubocop-performance', require: false
platform :mri, :truffleruby do
+1 -2
View File
@@ -22,8 +22,7 @@ Gem::Specification.new do |s|
s.metadata['allowed_push_host'] = 'https://rubygems.org'
s.test_files = Dir.glob("{test}/**/*")
s.files = Dir.glob("{lib}/**/*") + %w(LICENSE README.md)
s.files = Dir.glob("{lib}/**/*") + %w(LICENSE README.md)
s.extra_rdoc_files = ["History.md", "README.md"]