Skip to content

Commit 43a5580

Browse files
authored
Merge pull request #16 from ruby/update_gemspec_prism_version
Add prism 0.20.0 to gemspec and test matrix
2 parents 0d687b8 + c5948fb commit 43a5580

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
@@ -53,7 +53,7 @@ jobs:
5353
strategy:
5454
fail-fast: false
5555
matrix:
56-
prism: ['latest', '0.19.0']
56+
prism: ['latest', '0.20.0', '0.19.0']
5757
env:
5858
GEMFILE_PRISM_VERSION: ${{ matrix.prism }}
5959
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.19.0", "< 0.20.0"
32+
spec.add_dependency "prism", ">= 0.19.0", "< 0.21.0"
3333
spec.add_dependency "rbs", ">= 2.7.0", "< 4.0.0"
3434
end

0 commit comments

Comments
 (0)