Skip to content

Commit f061364

Browse files
committed
Support rbs v4
1 parent f8aa20b commit f061364

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
@@ -34,7 +34,7 @@ jobs:
3434
strategy:
3535
fail-fast: false
3636
matrix:
37-
rbs: ['latest', '3.10', '3.8', '3.6', '3.4', '3.3', '3.0', '2.7.0']
37+
rbs: ['latest', '4.0', '3.10', '3.8', '3.6', '3.4', '3.3', '3.0', '2.7.0']
3838
env:
3939
GEMFILE_RBS_VERSION: ${{ matrix.rbs }}
4040
steps:

repl_type_completor.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ Gem::Specification.new do |spec|
3030
spec.require_paths = ["lib"]
3131

3232
spec.add_dependency "prism", "~> 1.0"
33-
spec.add_dependency "rbs", ">= 2.7.0", "< 4.0.0"
33+
spec.add_dependency "rbs", ">= 2.7.0"
3434
end

0 commit comments

Comments
 (0)