meowcop.gemspec in meowcop-1.20.0 vs meowcop.gemspec in meowcop-2.0.0

- old
+ new

@@ -7,19 +7,19 @@ spec.name = "meowcop" spec.version = Meowcop::VERSION spec.authors = ["Masataka Kuwabara"] spec.email = ["p.ck.t22@gmail.com"] - spec.summary = %q{MeowCop is a RuboCop configuration recommended by Actcat inc.} - spec.description = %q{MeowCop is a RuboCop configuration recommended by Actcat inc.} - spec.homepage = "https://github.com/sideci/meowcop" + spec.summary = %q{MeowCop is a RuboCop configuration recommended by Sider, Inc.} + spec.description = %q{MeowCop is a RuboCop configuration recommended by Sider, Inc.} + spec.homepage = "https://github.com/sider/meowcop" spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] - spec.add_dependency 'rubocop', '>= 0.69.0' + spec.add_dependency 'rubocop', '>= 0.72.0' spec.add_development_dependency "bundler", ">= 1.12", "< 3.0" spec.add_development_dependency "rake", "~> 10.0" end