Skip to content

Commit

Permalink
Require prism >= 0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tompng committed Dec 14, 2023
1 parent 12c2f19 commit d518e98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
strategy:
fail-fast: false
matrix:
prism: ['0.18.0']
prism: ['latest', '0.19.0']
env:
GEMFILE_PRISM_VERSION: ${{matrix.prism}}
steps:
Expand Down
2 changes: 1 addition & 1 deletion 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", "< 0.19.0"
spec.add_dependency "prism", ">= 0.19.0", "< 0.20.0"
spec.add_dependency "rbs", ">= 2.7.0", "< 4.0.0"
end

0 comments on commit d518e98

Please sign in to comment.