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 9efdaa1 commit d7b41a7Copy full SHA for d7b41a7
dry-auto_inject.gemspec
@@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
19
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
20
spec.require_paths = ['lib']
21
22
- spec.required_ruby_version = '>= 2.3.0'
+ spec.required_ruby_version = '>= 2.4.0'
23
24
spec.add_runtime_dependency 'dry-container', '>= 0.3.4'
25
0 commit comments