Skip to content

Commit 2a99469

Browse files
bundle update & rbs collection update
1 parent 2b8efa6 commit 2a99469

File tree

3 files changed

+77
-100
lines changed

3 files changed

+77
-100
lines changed

Gemfile.lock

+26-25
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ PATH
77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
activesupport (7.1.1)
10+
abbrev (0.1.2)
11+
activesupport (7.1.3)
1112
base64
1213
bigdecimal
1314
concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -18,38 +19,39 @@ GEM
1819
mutex_m
1920
tzinfo (~> 2.0)
2021
ast (2.4.2)
21-
base64 (0.1.1)
22-
bigdecimal (3.1.4)
23-
concurrent-ruby (1.2.2)
22+
base64 (0.2.0)
23+
bigdecimal (3.1.6)
24+
concurrent-ruby (1.2.3)
2425
connection_pool (2.4.1)
25-
csv (3.2.7)
26+
csv (3.2.8)
2627
diff-lcs (1.5.0)
27-
drb (2.1.1)
28+
drb (2.2.0)
2829
ruby2_keywords
2930
ffi (1.16.3)
30-
fileutils (1.7.1)
31+
fileutils (1.7.2)
3132
i18n (1.14.1)
3233
concurrent-ruby (~> 1.0)
33-
json (2.6.3)
34+
json (2.7.1)
3435
language_server-protocol (3.17.0.3)
3536
listen (3.8.0)
3637
rb-fsevent (~> 0.10, >= 0.10.3)
3738
rb-inotify (~> 0.9, >= 0.9.10)
38-
logger (1.5.3)
39-
minitest (5.20.0)
40-
mutex_m (0.1.2)
41-
parallel (1.23.0)
42-
parser (3.2.2.4)
39+
logger (1.6.0)
40+
minitest (5.21.2)
41+
mutex_m (0.2.0)
42+
parallel (1.24.0)
43+
parser (3.3.0.5)
4344
ast (~> 2.4.1)
4445
racc
45-
racc (1.7.1)
46+
racc (1.7.3)
4647
rainbow (3.1.1)
47-
rake (13.0.6)
48+
rake (13.1.0)
4849
rb-fsevent (0.11.2)
4950
rb-inotify (0.10.1)
5051
ffi (~> 1.0)
51-
rbs (3.2.2)
52-
regexp_parser (2.8.2)
52+
rbs (3.4.3)
53+
abbrev
54+
regexp_parser (2.9.0)
5355
rexml (3.2.6)
5456
rspec (3.12.0)
5557
rspec-core (~> 3.12.0)
@@ -64,24 +66,23 @@ GEM
6466
diff-lcs (>= 1.2.0, < 2.0)
6567
rspec-support (~> 3.12.0)
6668
rspec-support (3.12.1)
67-
rubocop (1.57.1)
68-
base64 (~> 0.1.1)
69+
rubocop (1.60.2)
6970
json (~> 2.3)
7071
language_server-protocol (>= 3.17.0)
7172
parallel (~> 1.10)
72-
parser (>= 3.2.2.4)
73+
parser (>= 3.3.0.2)
7374
rainbow (>= 2.2.2, < 4.0)
7475
regexp_parser (>= 1.8, < 3.0)
7576
rexml (>= 3.2.5, < 4.0)
76-
rubocop-ast (>= 1.28.1, < 2.0)
77+
rubocop-ast (>= 1.30.0, < 2.0)
7778
ruby-progressbar (~> 1.7)
7879
unicode-display_width (>= 2.4.0, < 3.0)
79-
rubocop-ast (1.29.0)
80+
rubocop-ast (1.30.0)
8081
parser (>= 3.2.1.0)
8182
ruby-progressbar (1.13.0)
8283
ruby2_keywords (0.0.5)
83-
securerandom (0.2.2)
84-
steep (1.5.3)
84+
securerandom (0.3.1)
85+
steep (1.6.0)
8586
activesupport (>= 5.1)
8687
concurrent-ruby (>= 1.1.10)
8788
csv (>= 3.0.9)
@@ -96,7 +97,7 @@ GEM
9697
securerandom (>= 0.1)
9798
strscan (>= 1.0.0)
9899
terminal-table (>= 2, < 4)
99-
strscan (3.0.7)
100+
strscan (3.0.9)
100101
terminal-table (3.0.2)
101102
unicode-display_width (>= 1.1.1, < 3)
102103
tzinfo (2.0.6)

rbs_collection.lock.yaml

+51-9
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,22 @@
11
---
2-
sources:
3-
- type: git
4-
name: ruby/gem_rbs_collection
5-
revision: 7765c1821affc50f5b09fda8fba3a7c9b429b216
6-
remote: https://github.com/ruby/gem_rbs_collection.git
7-
repo_dir: gems
82
path: ".gem_rbs_collection"
93
gems:
104
- name: ast
115
version: '2.4'
126
source:
137
type: git
148
name: ruby/gem_rbs_collection
15-
revision: 03012a67119a706eb045ed758b8366b03eefc3cd
9+
revision: 846c09971455f0e144cef2f5a6c9fe6d8905d3e1
1610
remote: https://github.com/ruby/gem_rbs_collection.git
1711
repo_dir: gems
1812
- name: dbm
1913
version: '0'
2014
source:
2115
type: stdlib
16+
- name: fileutils
17+
version: '0'
18+
source:
19+
type: stdlib
2220
- name: json
2321
version: '0'
2422
source:
@@ -28,7 +26,15 @@ gems:
2826
source:
2927
type: git
3028
name: ruby/gem_rbs_collection
31-
revision: 7765c1821affc50f5b09fda8fba3a7c9b429b216
29+
revision: 846c09971455f0e144cef2f5a6c9fe6d8905d3e1
30+
remote: https://github.com/ruby/gem_rbs_collection.git
31+
repo_dir: gems
32+
- name: parser
33+
version: '3.2'
34+
source:
35+
type: git
36+
name: ruby/gem_rbs_collection
37+
revision: 846c09971455f0e144cef2f5a6c9fe6d8905d3e1
3238
remote: https://github.com/ruby/gem_rbs_collection.git
3339
repo_dir: gems
3440
- name: pathname
@@ -39,12 +45,48 @@ gems:
3945
version: '0'
4046
source:
4147
type: stdlib
48+
- name: psych
49+
version: '0'
50+
source:
51+
type: stdlib
4252
- name: rainbow
4353
version: '3.0'
4454
source:
4555
type: git
4656
name: ruby/gem_rbs_collection
47-
revision: 03012a67119a706eb045ed758b8366b03eefc3cd
57+
revision: 846c09971455f0e144cef2f5a6c9fe6d8905d3e1
58+
remote: https://github.com/ruby/gem_rbs_collection.git
59+
repo_dir: gems
60+
- name: rake
61+
version: '13.0'
62+
source:
63+
type: git
64+
name: ruby/gem_rbs_collection
65+
revision: 846c09971455f0e144cef2f5a6c9fe6d8905d3e1
66+
remote: https://github.com/ruby/gem_rbs_collection.git
67+
repo_dir: gems
68+
- name: regexp_parser
69+
version: '2.8'
70+
source:
71+
type: git
72+
name: ruby/gem_rbs_collection
73+
revision: 846c09971455f0e144cef2f5a6c9fe6d8905d3e1
74+
remote: https://github.com/ruby/gem_rbs_collection.git
75+
repo_dir: gems
76+
- name: rubocop
77+
version: '1.57'
78+
source:
79+
type: git
80+
name: ruby/gem_rbs_collection
81+
revision: 846c09971455f0e144cef2f5a6c9fe6d8905d3e1
82+
remote: https://github.com/ruby/gem_rbs_collection.git
83+
repo_dir: gems
84+
- name: rubocop-ast
85+
version: '1.30'
86+
source:
87+
type: git
88+
name: ruby/gem_rbs_collection
89+
revision: 846c09971455f0e144cef2f5a6c9fe6d8905d3e1
4890
remote: https://github.com/ruby/gem_rbs_collection.git
4991
repo_dir: gems
5092
- name: yaml

sig/_shim.rbs

-66
Original file line numberDiff line numberDiff line change
@@ -1,66 +0,0 @@
1-
module RuboCop
2-
class ConfigLoader
3-
def self.debug?: () -> boolish
4-
def self.merge_with_default: (Config, String) -> Config
5-
end
6-
7-
class Config
8-
def initialize: (Hash[untyped, untyped], String) -> void
9-
end
10-
11-
module Cop
12-
class Base
13-
extend AST::NodePattern::Macros
14-
15-
def add_offense: (untyped node, ?message: String) -> void
16-
def cop_config: () -> Hash[String, untyped]
17-
def processed_source: () -> AST::ProcessedSource
18-
end
19-
20-
module RangeHelp
21-
def source_range: (Parser::Source::Buffer source_buffer, Integer line_number, Integer column, ?Integer length) -> Parser::Source::Range
22-
end
23-
end
24-
25-
class ProcessedSource = AST::ProcessedSource
26-
end
27-
28-
module RuboCop
29-
module AST
30-
class ProcessedSource
31-
def raw_source: () -> String
32-
def buffer: () -> Parser::Source::Buffer
33-
def comments: () -> Array[Parser::Source::Comment]
34-
end
35-
36-
module NodePattern
37-
module Macros
38-
def def_node_matcher: (Symbol, String) -> void
39-
end
40-
end
41-
end
42-
end
43-
44-
module Parser
45-
module Source
46-
class Range
47-
end
48-
49-
class Buffer
50-
end
51-
52-
class Map
53-
def line: () -> Integer
54-
def first_line: () -> Integer
55-
def last_line: () -> Integer
56-
def column: () -> Integer
57-
def first_column: () -> Integer
58-
def last_column: () -> Integer
59-
end
60-
61-
class Comment
62-
def location: () -> Map
63-
alias loc location
64-
end
65-
end
66-
end

0 commit comments

Comments
 (0)