avromatic.gemspec in avromatic-2.1.0 vs avromatic.gemspec in avromatic-2.2.0
- old
+ new
@@ -18,14 +18,14 @@
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.required_ruby_version = '>= 2.3'
+ spec.required_ruby_version = '>= 2.4'
- spec.add_runtime_dependency 'activemodel', '>= 5.0', '< 5.3'
- spec.add_runtime_dependency 'activesupport', '>= 5.0', '< 5.3'
- spec.add_runtime_dependency 'avro', '>= 1.7.7'
+ spec.add_runtime_dependency 'activemodel', '>= 5.0', '< 6.1'
+ spec.add_runtime_dependency 'activesupport', '>= 5.0', '< 6.1'
+ spec.add_runtime_dependency 'avro', '>= 1.7.7', '< 1.10'
spec.add_runtime_dependency 'avro_schema_registry-client', '>= 0.3.0'
spec.add_runtime_dependency 'avro_turf'
spec.add_runtime_dependency 'ice_nine'
spec.add_development_dependency 'avro-builder', '>= 0.12.0'