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 381fea3 commit b7af4bbCopy full SHA for b7af4bb
rspec-api_doc.gemspec
@@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
22
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
23
spec.require_paths = ["lib"]
24
25
- spec.required_ruby_version = '~> 2.5'
+ spec.required_ruby_version = '>= 2.5', '< 4'
26
27
spec.add_runtime_dependency "rack-test", ">= 0.6.3"
28
spec.add_runtime_dependency "rspec-core", "~> 3.2"
0 commit comments