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 ed87846 commit 3a66694Copy full SHA for 3a66694
1 file changed
repl_type_completor.gemspec
@@ -29,6 +29,6 @@ Gem::Specification.new do |spec|
29
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
30
spec.require_paths = ["lib"]
31
32
- spec.add_dependency "prism", ">= 0.18.0"
33
- spec.add_dependency "rbs", ">= 2.7.0"
+ spec.add_dependency "prism", ">= 0.18.0", "< 0.19.0"
+ spec.add_dependency "rbs", ">= 2.7.0", "< 4.0.0"
34
end
0 commit comments