nxt_cop.gemspec in nxt_cop-1.0.12 vs nxt_cop.gemspec in nxt_cop-1.0.13
- old
+ new
@@ -8,10 +8,11 @@
spec.version = NxtCop::VERSION
spec.authors = ['Scott Livingstone']
spec.summary = 'Getsafe shared Rubocop.'
spec.homepage = 'https://github.com/nxt-insurance/nxt_cop'
+ spec.license = 'MIT'
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
# to allow pushing to a single host or delete this section to allow pushing to any host.
if spec.respond_to?(:metadata)
spec.metadata['allowed_push_host'] = 'https://rubygems.org'
@@ -29,10 +30,10 @@
end
spec.bindir = 'exe'
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']
- spec.add_dependency 'rubocop', '0.92.0'
+ spec.add_dependency 'rubocop', '1.25.1'
spec.add_dependency 'rubocop-rails', '~> 2.8'
spec.add_development_dependency 'bundler', '~> 2.1'
spec.add_development_dependency 'rake', '~> 13.0'
end