deimos-ruby.gemspec in deimos-ruby-1.12.4 vs deimos-ruby.gemspec in deimos-ruby-1.12.5

- old
+ new

@@ -16,10 +16,10 @@ spec.files = `git ls-files`.split($INPUT_RECORD_SEPARATOR) spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ['lib'] - spec.add_runtime_dependency('avro_turf', '~> 0.11') + spec.add_runtime_dependency('avro_turf', '>= 0.11', '< 2') spec.add_runtime_dependency('phobos', '>= 1.9', '< 3.0') spec.add_runtime_dependency('ruby-kafka', '< 2') spec.add_runtime_dependency('sigurd', '~> 0.0.1') spec.add_runtime_dependency('fig_tree', '~> 0.0.2')