We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2e588a commit bde6843Copy full SHA for bde6843
rom-sql.gemspec
@@ -27,7 +27,7 @@ Gem::Specification.new do |spec|
27
spec.add_runtime_dependency 'dry-equalizer', '~> 0.2'
28
spec.add_runtime_dependency 'dry-types', '~> 1.0'
29
spec.add_runtime_dependency 'dry-core', '~> 0.4'
30
- spec.add_runtime_dependency 'rom-core', '~> 5.2'
+ spec.add_runtime_dependency 'rom-core', '~> 5.2', '>= 5.2.1'
31
32
spec.add_development_dependency 'appraisal'
33
spec.add_development_dependency 'bundler'
0 commit comments