rasti-db.gemspec in rasti-db-2.3.3 vs rasti-db.gemspec in rasti-db-3.0.0
- old
+ new
@@ -17,9 +17,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.add_runtime_dependency 'sequel', '~> 5.0'
+ spec.add_runtime_dependency 'rasti-model', '~> 1.0'
spec.add_runtime_dependency 'treetop', '~> 1.4.8'
spec.add_runtime_dependency 'consty', '~> 1.0', '>= 1.0.3'
spec.add_runtime_dependency 'timing', '~> 0.1', '>= 0.1.3'
spec.add_runtime_dependency 'class_config', '~> 0.0', '>= 0.0.2'
spec.add_runtime_dependency 'multi_require', '~> 1.0'