avromatic.gemspec in avromatic-0.26.0 vs avromatic.gemspec in avromatic-0.27.0
- old
+ new
@@ -20,11 +20,11 @@
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']
spec.add_runtime_dependency 'avro', '>= 1.7.7'
spec.add_runtime_dependency 'virtus'
- spec.add_runtime_dependency 'activesupport', '>= 4.1', '< 5.1'
- spec.add_runtime_dependency 'activemodel', '>= 4.1', '< 5.1'
+ spec.add_runtime_dependency 'activesupport', '>= 4.1', '< 5.2'
+ spec.add_runtime_dependency 'activemodel', '>= 4.1', '< 5.2'
spec.add_runtime_dependency 'avro_turf'
spec.add_runtime_dependency 'avro_schema_registry-client', '>= 0.3.0'
spec.add_development_dependency 'bundler', '~> 1.11'
spec.add_development_dependency 'rake', '~> 10.0'