hanami-model.gemspec in hanami-model-1.2.0 vs hanami-model.gemspec in hanami-model-1.3.0.beta1
- old
+ new
@@ -16,10 +16,10 @@
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.required_ruby_version = '>= 2.3.0'
- spec.add_runtime_dependency 'hanami-utils', '~> 1.2'
+ spec.add_runtime_dependency 'hanami-utils', '~> 1.3.beta'
spec.add_runtime_dependency 'rom', '~> 3.3', '>= 3.3.3'
spec.add_runtime_dependency 'rom-sql', '~> 1.3', '>= 1.3.5'
spec.add_runtime_dependency 'rom-repository', '~> 1.4'
spec.add_runtime_dependency 'dry-types', '~> 0.11.0'
spec.add_runtime_dependency 'concurrent-ruby', '~> 1.0'