Skip to content

Commit

Permalink
Merge pull request #1 from ruby/set-upper-bound
Browse files Browse the repository at this point in the history
Set upper bound on Prism and RBS to avoid breaking changes
  • Loading branch information
tompng authored Dec 1, 2023
2 parents ed87846 + 3a66694 commit 6d0a9d1
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", "< 4.0.0"
end

0 comments on commit 6d0a9d1

Please sign in to comment.