Skip to content

Commit 3a91977

Browse files
committed
Add required_ruby_version = '>= 2.3' to gemspec
We DO NOT officially support it but anything below 2.3 WILL BREAK so it's wise to set this version requirement after all. Refs #77
1 parent d338b0a commit 3a91977

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dry-schema.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Gem::Specification.new do |spec|
1515
spec.executables = []
1616
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
1717
spec.require_paths = ['lib']
18+
spec.required_ruby_version = '>= 2.3'
1819

1920
spec.add_runtime_dependency 'concurrent-ruby', '~> 1.0'
2021
spec.add_runtime_dependency 'dry-configurable', '~> 0.1', '>= 0.1.3'

0 commit comments

Comments
 (0)