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 d338b0a commit 3a91977Copy full SHA for 3a91977
dry-schema.gemspec
@@ -15,6 +15,7 @@ Gem::Specification.new do |spec|
15
spec.executables = []
16
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
17
spec.require_paths = ['lib']
18
+ spec.required_ruby_version = '>= 2.3'
19
20
spec.add_runtime_dependency 'concurrent-ruby', '~> 1.0'
21
spec.add_runtime_dependency 'dry-configurable', '~> 0.1', '>= 0.1.3'
0 commit comments