Skip to content

Commit eacfc09

Browse files
authored
Merge pull request #221 from soutaro/fix-ci
Fix CI
2 parents 22a5bf9 + e42a0ac commit eacfc09

File tree

5 files changed

+43
-40
lines changed

5 files changed

+43
-40
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
matrix:
1616
ruby:
1717
- '3.3'
18-
- '3.2'
19-
- '3.1'
18+
- '3.4'
19+
- '4.0'
2020

2121
steps:
2222
- uses: actions/checkout@v6

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ gem "rake", "~> 13.2"
99

1010
gem "minitest", "~> 5.25"
1111

12-
gem "steep", "~> 1.9.0", require: false
12+
gem "steep", "~> 1.10.0", require: false
1313
gem "strscan"

Gemfile.lock

Lines changed: 34 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -8,80 +8,86 @@ PATH
88
GEM
99
remote: https://rubygems.org/
1010
specs:
11-
activesupport (7.2.2.2)
11+
activesupport (8.1.2)
1212
base64
13-
benchmark (>= 0.3)
1413
bigdecimal
1514
concurrent-ruby (~> 1.0, >= 1.3.1)
1615
connection_pool (>= 2.2.5)
1716
drb
1817
i18n (>= 1.6, < 2)
18+
json
1919
logger (>= 1.4.2)
2020
minitest (>= 5.1)
2121
securerandom (>= 0.3)
2222
tzinfo (~> 2.0, >= 2.0.5)
23+
uri (>= 0.13.1)
2324
ast (2.4.3)
2425
base64 (0.3.0)
25-
benchmark (0.4.1)
26-
bigdecimal (3.2.3)
27-
concurrent-ruby (1.3.5)
28-
connection_pool (2.5.4)
29-
csv (3.3.3)
26+
bigdecimal (4.0.1)
27+
concurrent-ruby (1.3.6)
28+
connection_pool (3.0.2)
29+
csv (3.3.5)
3030
drb (2.2.3)
31-
ffi (1.17.1-arm64-darwin)
32-
ffi (1.17.1-x86_64-darwin)
33-
ffi (1.17.1-x86_64-linux-gnu)
34-
fileutils (1.7.3)
35-
i18n (1.14.7)
31+
ffi (1.17.3-arm64-darwin)
32+
ffi (1.17.3-x86_64-darwin)
33+
ffi (1.17.3-x86_64-linux-gnu)
34+
fileutils (1.8.0)
35+
i18n (1.14.8)
3636
concurrent-ruby (~> 1.0)
37-
json (2.10.2)
38-
language_server-protocol (3.17.0.4)
39-
listen (3.9.0)
37+
json (2.18.1)
38+
language_server-protocol (3.17.0.5)
39+
listen (3.10.0)
40+
logger
4041
rb-fsevent (~> 0.10, >= 0.10.3)
4142
rb-inotify (~> 0.9, >= 0.9.10)
4243
logger (1.7.0)
43-
minitest (5.25.4)
44-
parser (3.3.7.2)
44+
minitest (5.27.0)
45+
mutex_m (0.3.0)
46+
parser (3.3.10.1)
4547
ast (~> 2.4.1)
4648
racc
47-
prism (1.2.0)
49+
prism (1.9.0)
4850
racc (1.8.1)
4951
rainbow (3.1.1)
50-
rake (13.2.1)
52+
rake (13.3.1)
5153
rb-fsevent (0.11.2)
5254
rb-inotify (0.11.1)
5355
ffi (~> 1.0)
54-
rbs (3.9.4)
56+
rbs (3.10.3)
5557
logger
58+
tsort
5659
securerandom (0.4.1)
57-
steep (1.9.4)
60+
steep (1.10.0)
5861
activesupport (>= 5.1)
5962
concurrent-ruby (>= 1.1.10)
6063
csv (>= 3.0.9)
6164
fileutils (>= 1.1.0)
6265
json (>= 2.1.0)
63-
language_server-protocol (>= 3.15, < 4.0)
66+
language_server-protocol (>= 3.17.0.4, < 4.0)
6467
listen (~> 3.0)
6568
logger (>= 1.3.0)
69+
mutex_m (>= 0.3.0)
6670
parser (>= 3.1)
6771
rainbow (>= 2.2.2, < 4.0)
68-
rbs (~> 3.8)
72+
rbs (~> 3.9)
6973
securerandom (>= 0.1)
7074
strscan (>= 1.0.0)
71-
terminal-table (>= 2, < 4)
75+
terminal-table (>= 2, < 5)
7276
uri (>= 0.12.0)
73-
strscan (3.1.2)
77+
strscan (3.1.7)
7478
terminal-table (3.0.2)
7579
unicode-display_width (>= 1.1.1, < 3)
80+
tsort (0.2.0)
7681
tzinfo (2.0.6)
7782
concurrent-ruby (~> 1.0)
7883
unicode-display_width (2.6.0)
79-
uri (1.0.3)
84+
uri (1.1.1)
8085

8186
PLATFORMS
8287
arm64-darwin-22
8388
arm64-darwin-23
8489
arm64-darwin-24
90+
arm64-darwin-25
8591
x86_64-darwin-23
8692
x86_64-darwin-24
8793
x86_64-linux
@@ -90,8 +96,8 @@ DEPENDENCIES
9096
minitest (~> 5.25)
9197
rake (~> 13.2)
9298
rbs-inline!
93-
steep (~> 1.9.0)
99+
steep (~> 1.10.0)
94100
strscan
95101

96102
BUNDLED WITH
97-
2.6.3
103+
4.0.6

lib/rbs/inline/writer.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,8 @@ def translate_constant_decl(decl, rbs)
189189
name: decl.constant_name,
190190
type: constant_decl_to_type(decl),
191191
comment: comment,
192-
location: nil
192+
location: nil,
193+
annotations: []
193194
)
194195
end
195196

rbs_collection.lock.yaml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ gems:
1818
source:
1919
type: git
2020
name: ruby/gem_rbs_collection
21-
revision: 43b158b1fc209960643ca6baf5f883b186997e8d
21+
revision: d70d634c6e848dc5e93cea0163cc8206448be048
2222
remote: https://github.com/ruby/gem_rbs_collection.git
2323
repo_dir: gems
2424
- name: monitor
@@ -29,24 +29,20 @@ gems:
2929
version: '0'
3030
source:
3131
type: stdlib
32-
- name: pathname
33-
version: '0'
34-
source:
35-
type: stdlib
3632
- name: prism
37-
version: 1.2.0
33+
version: 1.9.0
3834
source:
3935
type: rubygems
4036
- name: rake
4137
version: '13.0'
4238
source:
4339
type: git
4440
name: ruby/gem_rbs_collection
45-
revision: 43b158b1fc209960643ca6baf5f883b186997e8d
41+
revision: d70d634c6e848dc5e93cea0163cc8206448be048
4642
remote: https://github.com/ruby/gem_rbs_collection.git
4743
repo_dir: gems
4844
- name: rbs
49-
version: 3.9.4
45+
version: 3.10.3
5046
source:
5147
type: rubygems
5248
- name: rdoc

0 commit comments

Comments
 (0)