Skip to content

Commit cdad0ea

Browse files
authored
Merge pull request #27 from ksss/rbs-3.6
Support rbs v3.6
2 parents 0fde787 + 88108af commit cdad0ea

File tree

3 files changed

+79
-81
lines changed

3 files changed

+79
-81
lines changed

Gemfile.lock

+68-68
Original file line numberDiff line numberDiff line change
@@ -7,29 +7,29 @@ PATH
77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
actioncable (7.2.1)
11-
actionpack (= 7.2.1)
12-
activesupport (= 7.2.1)
10+
actioncable (7.2.1.2)
11+
actionpack (= 7.2.1.2)
12+
activesupport (= 7.2.1.2)
1313
nio4r (~> 2.0)
1414
websocket-driver (>= 0.6.1)
1515
zeitwerk (~> 2.6)
16-
actionmailbox (7.2.1)
17-
actionpack (= 7.2.1)
18-
activejob (= 7.2.1)
19-
activerecord (= 7.2.1)
20-
activestorage (= 7.2.1)
21-
activesupport (= 7.2.1)
16+
actionmailbox (7.2.1.2)
17+
actionpack (= 7.2.1.2)
18+
activejob (= 7.2.1.2)
19+
activerecord (= 7.2.1.2)
20+
activestorage (= 7.2.1.2)
21+
activesupport (= 7.2.1.2)
2222
mail (>= 2.8.0)
23-
actionmailer (7.2.1)
24-
actionpack (= 7.2.1)
25-
actionview (= 7.2.1)
26-
activejob (= 7.2.1)
27-
activesupport (= 7.2.1)
23+
actionmailer (7.2.1.2)
24+
actionpack (= 7.2.1.2)
25+
actionview (= 7.2.1.2)
26+
activejob (= 7.2.1.2)
27+
activesupport (= 7.2.1.2)
2828
mail (>= 2.8.0)
2929
rails-dom-testing (~> 2.2)
30-
actionpack (7.2.1)
31-
actionview (= 7.2.1)
32-
activesupport (= 7.2.1)
30+
actionpack (7.2.1.2)
31+
actionview (= 7.2.1.2)
32+
activesupport (= 7.2.1.2)
3333
nokogiri (>= 1.8.5)
3434
racc
3535
rack (>= 2.2.4, < 3.2)
@@ -38,35 +38,35 @@ GEM
3838
rails-dom-testing (~> 2.2)
3939
rails-html-sanitizer (~> 1.6)
4040
useragent (~> 0.16)
41-
actiontext (7.2.1)
42-
actionpack (= 7.2.1)
43-
activerecord (= 7.2.1)
44-
activestorage (= 7.2.1)
45-
activesupport (= 7.2.1)
41+
actiontext (7.2.1.2)
42+
actionpack (= 7.2.1.2)
43+
activerecord (= 7.2.1.2)
44+
activestorage (= 7.2.1.2)
45+
activesupport (= 7.2.1.2)
4646
globalid (>= 0.6.0)
4747
nokogiri (>= 1.8.5)
48-
actionview (7.2.1)
49-
activesupport (= 7.2.1)
48+
actionview (7.2.1.2)
49+
activesupport (= 7.2.1.2)
5050
builder (~> 3.1)
5151
erubi (~> 1.11)
5252
rails-dom-testing (~> 2.2)
5353
rails-html-sanitizer (~> 1.6)
54-
activejob (7.2.1)
55-
activesupport (= 7.2.1)
54+
activejob (7.2.1.2)
55+
activesupport (= 7.2.1.2)
5656
globalid (>= 0.3.6)
57-
activemodel (7.2.1)
58-
activesupport (= 7.2.1)
59-
activerecord (7.2.1)
60-
activemodel (= 7.2.1)
61-
activesupport (= 7.2.1)
57+
activemodel (7.2.1.2)
58+
activesupport (= 7.2.1.2)
59+
activerecord (7.2.1.2)
60+
activemodel (= 7.2.1.2)
61+
activesupport (= 7.2.1.2)
6262
timeout (>= 0.4.0)
63-
activestorage (7.2.1)
64-
actionpack (= 7.2.1)
65-
activejob (= 7.2.1)
66-
activerecord (= 7.2.1)
67-
activesupport (= 7.2.1)
63+
activestorage (7.2.1.2)
64+
actionpack (= 7.2.1.2)
65+
activejob (= 7.2.1.2)
66+
activerecord (= 7.2.1.2)
67+
activesupport (= 7.2.1.2)
6868
marcel (~> 1.0)
69-
activesupport (7.2.1)
69+
activesupport (7.2.1.2)
7070
base64
7171
bigdecimal
7272
concurrent-ruby (~> 1.0, >= 1.3.1)
@@ -96,19 +96,19 @@ GEM
9696
fileutils (1.7.2)
9797
globalid (1.2.1)
9898
activesupport (>= 6.1)
99-
i18n (1.14.5)
99+
i18n (1.14.6)
100100
concurrent-ruby (~> 1.0)
101101
io-console (0.7.2)
102-
irb (1.14.0)
102+
irb (1.14.1)
103103
rdoc (>= 4.0.0)
104104
reline (>= 0.4.2)
105-
json (2.7.2)
105+
json (2.7.3)
106106
language_server-protocol (3.17.0.3)
107107
listen (3.9.0)
108108
rb-fsevent (~> 0.10, >= 0.10.3)
109109
rb-inotify (~> 0.9, >= 0.9.10)
110110
logger (1.6.1)
111-
loofah (2.22.0)
111+
loofah (2.23.0)
112112
crass (~> 1.0.2)
113113
nokogiri (>= 1.12.0)
114114
mail (2.8.1)
@@ -120,7 +120,7 @@ GEM
120120
mini_mime (1.1.5)
121121
mini_portile2 (2.8.7)
122122
minitest (5.25.1)
123-
net-imap (0.4.15)
123+
net-imap (0.5.0)
124124
date
125125
net-protocol
126126
net-pop (0.1.2)
@@ -133,46 +133,46 @@ GEM
133133
nokogiri (1.16.7)
134134
mini_portile2 (~> 2.8.2)
135135
racc (~> 1.4)
136-
orthoses (1.14.0)
136+
orthoses (1.15.0)
137137
rbs (~> 3.0)
138-
parser (3.3.4.2)
138+
parser (3.3.5.0)
139139
ast (~> 2.4.1)
140140
racc
141141
psych (5.1.2)
142142
stringio
143143
racc (1.8.1)
144-
rack (3.1.7)
144+
rack (3.1.8)
145145
rack-session (2.0.0)
146146
rack (>= 3.0.0)
147147
rack-test (2.1.0)
148148
rack (>= 1.3)
149149
rackup (2.1.0)
150150
rack (>= 3)
151151
webrick (~> 1.8)
152-
rails (7.2.1)
153-
actioncable (= 7.2.1)
154-
actionmailbox (= 7.2.1)
155-
actionmailer (= 7.2.1)
156-
actionpack (= 7.2.1)
157-
actiontext (= 7.2.1)
158-
actionview (= 7.2.1)
159-
activejob (= 7.2.1)
160-
activemodel (= 7.2.1)
161-
activerecord (= 7.2.1)
162-
activestorage (= 7.2.1)
163-
activesupport (= 7.2.1)
152+
rails (7.2.1.2)
153+
actioncable (= 7.2.1.2)
154+
actionmailbox (= 7.2.1.2)
155+
actionmailer (= 7.2.1.2)
156+
actionpack (= 7.2.1.2)
157+
actiontext (= 7.2.1.2)
158+
actionview (= 7.2.1.2)
159+
activejob (= 7.2.1.2)
160+
activemodel (= 7.2.1.2)
161+
activerecord (= 7.2.1.2)
162+
activestorage (= 7.2.1.2)
163+
activesupport (= 7.2.1.2)
164164
bundler (>= 1.15.0)
165-
railties (= 7.2.1)
165+
railties (= 7.2.1.2)
166166
rails-dom-testing (2.2.0)
167167
activesupport (>= 5.0.0)
168168
minitest
169169
nokogiri (>= 1.6)
170170
rails-html-sanitizer (1.6.0)
171171
loofah (~> 2.21)
172172
nokogiri (~> 1.14)
173-
railties (7.2.1)
174-
actionpack (= 7.2.1)
175-
activesupport (= 7.2.1)
173+
railties (7.2.1.2)
174+
actionpack (= 7.2.1.2)
175+
activesupport (= 7.2.1.2)
176176
irb (~> 1.13)
177177
rackup (>= 1.0.0)
178178
rake (>= 12.2)
@@ -183,20 +183,20 @@ GEM
183183
rb-fsevent (0.11.2)
184184
rb-inotify (0.11.1)
185185
ffi (~> 1.0)
186-
rbs (3.5.3)
186+
rbs (3.6.1)
187187
logger
188188
rbtree (0.4.6)
189189
rdoc (6.7.0)
190190
psych (>= 4.0.0)
191-
reline (0.5.9)
191+
reline (0.5.10)
192192
io-console (~> 0.5)
193193
rgot (1.4.0)
194194
securerandom (0.3.1)
195195
set (1.1.0)
196196
sorted_set (1.0.3)
197197
rbtree
198198
set (~> 1.0)
199-
steep (1.7.1)
199+
steep (1.8.2)
200200
activesupport (>= 5.1)
201201
concurrent-ruby (>= 1.1.10)
202202
csv (>= 3.0.9)
@@ -207,7 +207,7 @@ GEM
207207
logger (>= 1.3.0)
208208
parser (>= 3.1)
209209
rainbow (>= 2.2.2, < 4.0)
210-
rbs (>= 3.5.0.pre)
210+
rbs (~> 3.6.0)
211211
securerandom (>= 0.1)
212212
strscan (>= 1.0.0)
213213
terminal-table (>= 2, < 4)
@@ -219,13 +219,13 @@ GEM
219219
timeout (0.4.1)
220220
tzinfo (2.0.6)
221221
concurrent-ruby (~> 1.0)
222-
unicode-display_width (2.5.0)
222+
unicode-display_width (2.6.0)
223223
useragent (0.16.10)
224-
webrick (1.8.1)
224+
webrick (1.8.2)
225225
websocket-driver (0.7.6)
226226
websocket-extensions (>= 0.1.0)
227227
websocket-extensions (0.1.5)
228-
zeitwerk (2.6.17)
228+
zeitwerk (2.7.1)
229229

230230
PLATFORMS
231231
ruby

lib/orthoses/active_support/concern_test.rb

-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ def test_class_methods(t)
2222

2323
expect = <<~RBS
2424
module ConcernTest::Mod::ClassMethods
25-
public
26-
2725
def class_m: () -> untyped
2826
end
2927
RBS

rbs_collection.lock.yaml

+11-11
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ gems:
1010
source:
1111
type: git
1212
name: ruby/gem_rbs_collection
13-
revision: a6ed3d2c66aa743a4f6f71b70e0c7e912b94d054
13+
revision: f745a0064a5f4cf64507d9e8cd4df88b79b5fcb8
1414
remote: https://github.com/ruby/gem_rbs_collection.git
1515
repo_dir: gems
1616
- name: base64
@@ -22,7 +22,7 @@ gems:
2222
source:
2323
type: git
2424
name: ruby/gem_rbs_collection
25-
revision: a6ed3d2c66aa743a4f6f71b70e0c7e912b94d054
25+
revision: f745a0064a5f4cf64507d9e8cd4df88b79b5fcb8
2626
remote: https://github.com/ruby/gem_rbs_collection.git
2727
repo_dir: gems
2828
- name: benchmark
@@ -46,7 +46,7 @@ gems:
4646
source:
4747
type: git
4848
name: ruby/gem_rbs_collection
49-
revision: a6ed3d2c66aa743a4f6f71b70e0c7e912b94d054
49+
revision: f745a0064a5f4cf64507d9e8cd4df88b79b5fcb8
5050
remote: https://github.com/ruby/gem_rbs_collection.git
5151
repo_dir: gems
5252
- name: coverage
@@ -98,15 +98,15 @@ gems:
9898
source:
9999
type: git
100100
name: ruby/gem_rbs_collection
101-
revision: a6ed3d2c66aa743a4f6f71b70e0c7e912b94d054
101+
revision: f745a0064a5f4cf64507d9e8cd4df88b79b5fcb8
102102
remote: https://github.com/ruby/gem_rbs_collection.git
103103
repo_dir: gems
104104
- name: i18n
105105
version: '1.10'
106106
source:
107107
type: git
108108
name: ruby/gem_rbs_collection
109-
revision: a6ed3d2c66aa743a4f6f71b70e0c7e912b94d054
109+
revision: f745a0064a5f4cf64507d9e8cd4df88b79b5fcb8
110110
remote: https://github.com/ruby/gem_rbs_collection.git
111111
repo_dir: gems
112112
- name: io-console
@@ -130,15 +130,15 @@ gems:
130130
source:
131131
type: git
132132
name: ruby/gem_rbs_collection
133-
revision: a6ed3d2c66aa743a4f6f71b70e0c7e912b94d054
133+
revision: f745a0064a5f4cf64507d9e8cd4df88b79b5fcb8
134134
remote: https://github.com/ruby/gem_rbs_collection.git
135135
repo_dir: gems
136136
- name: mini_mime
137137
version: '0.1'
138138
source:
139139
type: git
140140
name: ruby/gem_rbs_collection
141-
revision: a6ed3d2c66aa743a4f6f71b70e0c7e912b94d054
141+
revision: f745a0064a5f4cf64507d9e8cd4df88b79b5fcb8
142142
remote: https://github.com/ruby/gem_rbs_collection.git
143143
repo_dir: gems
144144
- name: minitest
@@ -174,7 +174,7 @@ gems:
174174
source:
175175
type: git
176176
name: ruby/gem_rbs_collection
177-
revision: a6ed3d2c66aa743a4f6f71b70e0c7e912b94d054
177+
revision: f745a0064a5f4cf64507d9e8cd4df88b79b5fcb8
178178
remote: https://github.com/ruby/gem_rbs_collection.git
179179
repo_dir: gems
180180
- name: objspace
@@ -218,19 +218,19 @@ gems:
218218
source:
219219
type: git
220220
name: ruby/gem_rbs_collection
221-
revision: a6ed3d2c66aa743a4f6f71b70e0c7e912b94d054
221+
revision: f745a0064a5f4cf64507d9e8cd4df88b79b5fcb8
222222
remote: https://github.com/ruby/gem_rbs_collection.git
223223
repo_dir: gems
224224
- name: rake
225225
version: '13.0'
226226
source:
227227
type: git
228228
name: ruby/gem_rbs_collection
229-
revision: a6ed3d2c66aa743a4f6f71b70e0c7e912b94d054
229+
revision: f745a0064a5f4cf64507d9e8cd4df88b79b5fcb8
230230
remote: https://github.com/ruby/gem_rbs_collection.git
231231
repo_dir: gems
232232
- name: rbs
233-
version: 3.5.3
233+
version: 3.6.1
234234
source:
235235
type: rubygems
236236
- name: rdoc

0 commit comments

Comments
 (0)