rubocop-codetakt.gemspec in rubocop-codetakt-0.89.1.0 vs rubocop-codetakt.gemspec in rubocop-codetakt-0.90.0.0
- old
+ new
@@ -19,7 +19,7 @@
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.89.1'
+ spec.add_dependency 'rubocop', '~> 0.90.0'
end