Skip to content

Commit 38ab3c8

Browse files
committed
Update dev dependencies and rbi files
This should resolve the outstanding sorbet errors One update was a standardrb:fix from the new version of that gem.
1 parent cf22dba commit 38ab3c8

44 files changed

Lines changed: 53423 additions & 25924 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Gemfile.lock

Lines changed: 76 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -8,118 +8,127 @@ GEM
88
remote: https://rubygems.org/
99
specs:
1010
ast (2.4.3)
11+
benchmark (0.4.1)
1112
coderay (1.1.3)
12-
commander (4.6.0)
13-
highline (~> 2.0.0)
14-
diff-lcs (1.4.4)
13+
commander (5.0.0)
14+
highline (~> 3.0.0)
15+
diff-lcs (1.6.2)
1516
docile (1.4.1)
16-
erubi (1.12.0)
17-
highline (2.0.3)
18-
json (2.7.6)
17+
erubi (1.13.1)
18+
highline (3.0.1)
19+
json (2.13.2)
1920
language_server-protocol (3.17.0.5)
2021
lint_roller (1.1.0)
21-
method_source (1.0.0)
22+
logger (1.7.0)
23+
method_source (1.1.0)
2224
netrc (0.11.0)
23-
parallel (1.24.0)
24-
parlour (8.1.0)
25-
commander (~> 4.5)
25+
parallel (1.27.0)
26+
parlour (9.1.2)
27+
commander (~> 5.0)
2628
parser
2729
rainbow (~> 3.0)
2830
sorbet-runtime (>= 0.5)
2931
parser (3.3.9.0)
3032
ast (~> 2.4.1)
3133
racc
32-
prism (0.28.0)
33-
pry (0.14.2)
34+
prism (1.4.0)
35+
pry (0.15.2)
3436
coderay (~> 1.1)
3537
method_source (~> 1.0)
36-
racc (1.7.3)
38+
racc (1.8.1)
3739
rainbow (3.1.1)
38-
rake (13.0.6)
39-
rbi (0.1.14)
40-
prism (>= 0.18.0, < 1.0.0)
41-
sorbet-runtime (>= 0.5.9204)
42-
regexp_parser (2.9.3)
43-
rexml (3.2.9)
44-
strscan
45-
rspec (3.10.0)
46-
rspec-core (~> 3.10.0)
47-
rspec-expectations (~> 3.10.0)
48-
rspec-mocks (~> 3.10.0)
49-
rspec-core (3.10.2)
50-
rspec-support (~> 3.10.0)
51-
rspec-expectations (3.10.2)
40+
rake (13.3.0)
41+
rbi (0.3.6)
42+
prism (~> 1.0)
43+
rbs (>= 3.4.4)
44+
rbs (3.9.5)
45+
logger
46+
regexp_parser (2.11.2)
47+
rexml (3.4.3)
48+
rspec (3.13.1)
49+
rspec-core (~> 3.13.0)
50+
rspec-expectations (~> 3.13.0)
51+
rspec-mocks (~> 3.13.0)
52+
rspec-core (3.13.5)
53+
rspec-support (~> 3.13.0)
54+
rspec-expectations (3.13.5)
5255
diff-lcs (>= 1.2.0, < 2.0)
53-
rspec-support (~> 3.10.0)
54-
rspec-mocks (3.10.3)
56+
rspec-support (~> 3.13.0)
57+
rspec-mocks (3.13.5)
5558
diff-lcs (>= 1.2.0, < 2.0)
56-
rspec-support (~> 3.10.0)
57-
rspec-support (3.10.3)
58-
rubocop (1.62.1)
59+
rspec-support (~> 3.13.0)
60+
rspec-support (3.13.5)
61+
rubocop (1.80.2)
5962
json (~> 2.3)
60-
language_server-protocol (>= 3.17.0)
63+
language_server-protocol (~> 3.17.0.2)
64+
lint_roller (~> 1.1.0)
6165
parallel (~> 1.10)
6266
parser (>= 3.3.0.2)
6367
rainbow (>= 2.2.2, < 4.0)
64-
regexp_parser (>= 1.8, < 3.0)
65-
rexml (>= 3.2.5, < 4.0)
66-
rubocop-ast (>= 1.31.1, < 2.0)
68+
regexp_parser (>= 2.9.3, < 3.0)
69+
rubocop-ast (>= 1.46.0, < 2.0)
6770
ruby-progressbar (~> 1.7)
68-
unicode-display_width (>= 2.4.0, < 3.0)
69-
rubocop-ast (1.31.3)
70-
parser (>= 3.3.1.0)
71-
rubocop-performance (1.20.2)
72-
rubocop (>= 1.48.1, < 2.0)
73-
rubocop-ast (>= 1.30.0, < 2.0)
71+
unicode-display_width (>= 2.4.0, < 4.0)
72+
rubocop-ast (1.46.0)
73+
parser (>= 3.3.7.2)
74+
prism (~> 1.4)
75+
rubocop-performance (1.25.0)
76+
lint_roller (~> 1.1)
77+
rubocop (>= 1.75.0, < 2.0)
78+
rubocop-ast (>= 1.38.0, < 2.0)
7479
ruby-progressbar (1.13.0)
75-
simplecov (0.21.2)
80+
simplecov (0.22.0)
7681
docile (~> 1.1)
7782
simplecov-html (~> 0.11)
7883
simplecov_json_formatter (~> 0.1)
79-
simplecov-html (0.12.3)
84+
simplecov-html (0.13.2)
8085
simplecov_json_formatter (0.1.4)
81-
sorbet (0.5.12371)
82-
sorbet-static (= 0.5.12371)
83-
sorbet-runtime (0.5.12371)
84-
sorbet-static (0.5.12371-aarch64-linux)
85-
sorbet-static (0.5.12371-universal-darwin)
86-
sorbet-static (0.5.12371-x86_64-linux)
87-
sorbet-static-and-runtime (0.5.12371)
88-
sorbet (= 0.5.12371)
89-
sorbet-runtime (= 0.5.12371)
90-
spoom (1.3.3)
86+
sorbet (0.6.12501)
87+
sorbet-static (= 0.6.12501)
88+
sorbet-runtime (0.6.12501)
89+
sorbet-static (0.6.12501-aarch64-linux)
90+
sorbet-static (0.6.12501-universal-darwin)
91+
sorbet-static (0.6.12501-x86_64-linux)
92+
sorbet-static-and-runtime (0.6.12501)
93+
sorbet (= 0.6.12501)
94+
sorbet-runtime (= 0.6.12501)
95+
spoom (1.6.3)
9196
erubi (>= 1.10.0)
9297
prism (>= 0.28.0)
98+
rbi (>= 0.3.3)
99+
rexml (>= 3.2.6)
93100
sorbet-static-and-runtime (>= 0.5.10187)
94101
thor (>= 0.19.2)
95-
standard (1.35.1)
102+
standard (1.51.0)
96103
language_server-protocol (~> 3.17.0.2)
97104
lint_roller (~> 1.0)
98-
rubocop (~> 1.62.0)
105+
rubocop (~> 1.80.2)
99106
standard-custom (~> 1.0.0)
100-
standard-performance (~> 1.3)
107+
standard-performance (~> 1.8)
101108
standard-custom (1.0.2)
102109
lint_roller (~> 1.0)
103110
rubocop (~> 1.50)
104-
standard-performance (1.3.1)
111+
standard-performance (1.8.0)
105112
lint_roller (~> 1.1)
106-
rubocop-performance (~> 1.20.2)
107-
strscan (3.1.5)
108-
tapioca (0.13.3)
113+
rubocop-performance (~> 1.25.0)
114+
tapioca (0.16.11)
115+
benchmark
109116
bundler (>= 2.2.25)
110117
netrc (>= 0.11.0)
111118
parallel (>= 1.21.0)
112-
rbi (>= 0.1.4, < 0.2)
119+
rbi (~> 0.2)
113120
sorbet-static-and-runtime (>= 0.5.11087)
114121
spoom (>= 1.2.0)
115122
thor (>= 1.2.0)
116123
yard-sorbet
117-
thor (1.3.2)
118-
unicode-display_width (2.5.0)
124+
thor (1.4.0)
125+
unicode-display_width (3.2.0)
126+
unicode-emoji (~> 4.1)
127+
unicode-emoji (4.1.0)
119128
yard (0.9.37)
120-
yard-sorbet (0.8.1)
121-
sorbet-runtime (>= 0.5)
122-
yard (>= 0.9)
129+
yard-sorbet (0.9.0)
130+
sorbet-runtime
131+
yard
123132

124133
PLATFORMS
125134
arm64-darwin-21

lib/repeatable/expression/date.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ def attributes
2323
instance_variables.each_with_object({}) do |name, hash|
2424
key = name.to_s.gsub(/^@/, "")
2525
next if key.start_with?("_")
26+
2627
hash[key.to_sym] = normalize_attribute_value(instance_variable_get(name))
2728
end
2829
end

0 commit comments

Comments
 (0)