Skip to content

Commit a82e3a0

Browse files
committed
Require prism >= 0.19.0
1 parent 5f1f840 commit a82e3a0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
strategy:
4545
fail-fast: false
4646
matrix:
47-
prism: ['0.18.0']
47+
prism: ['latest', '0.19.0']
4848
env:
4949
GEMFILE_PRISM_VERSION: ${{matrix.prism}}
5050
steps:

repl_type_completor.gemspec

Lines changed: 1 addition & 1 deletion
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", "< 0.19.0"
32+
spec.add_dependency "prism", ">= 0.19.0", "< 0.20.0"
3333
spec.add_dependency "rbs", ">= 2.7.0", "< 4.0.0"
3434
end

0 commit comments

Comments
 (0)