Skip to content

Commit

Permalink
Set upper bound on Prism and RBS to avoid breaking change
Browse files Browse the repository at this point in the history
  • Loading branch information
st0012 committed Dec 1, 2023
1 parent ed87846 commit 99b3e82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions repl_type_completor.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_dependency "prism", ">= 0.18.0"
spec.add_dependency "rbs", ">= 2.7.0"
spec.add_dependency "prism", ">= 0.18.0", "< 0.19.0"
spec.add_dependency "rbs", ">= 2.7.0", "< 3.0.0"
end

0 comments on commit 99b3e82

Please sign in to comment.