lt-lcms.gemspec in lt-lcms-0.4.4 vs lt-lcms.gemspec in lt-lcms-0.5.0
- old
+ new
@@ -13,11 +13,11 @@
spec.homepage = 'https://github.com/learningtapestry/lt-lcms'
spec.summary = 'Contains set of classes to work with Google Docs based lesson objects'
spec.description = ''
spec.license = 'Apache-2.0'
- spec.required_ruby_version = '>= 2.6'
+ spec.required_ruby_version = '>= 3.2'
# 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'
@@ -40,7 +40,7 @@
spec.add_dependency 'rubyzip', '~> 2'
spec.add_development_dependency 'bundler', '~> 1.16'
spec.add_development_dependency 'overcommit', '~> 0.57'
spec.add_development_dependency 'rake', '~> 13.0'
- spec.add_development_dependency 'rubocop', '~> 0.93.1'
+ spec.add_development_dependency 'rubocop', '~> 1.54'
end