Skip to content

Commit 3a66694

Browse files
committed
Set upper bound on Prism and RBS to avoid breaking changes
1 parent ed87846 commit 3a66694

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

repl_type_completor.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ Gem::Specification.new do |spec|
2929
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
3030
spec.require_paths = ["lib"]
3131

32-
spec.add_dependency "prism", ">= 0.18.0"
33-
spec.add_dependency "rbs", ">= 2.7.0"
32+
spec.add_dependency "prism", ">= 0.18.0", "< 0.19.0"
33+
spec.add_dependency "rbs", ">= 2.7.0", "< 4.0.0"
3434
end

0 commit comments

Comments
 (0)