Skip to content

Commit 34e4958

Browse files
chore(deps): update dependency steep to v2 (#265)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 71ccc33 commit 34e4958

2 files changed

Lines changed: 12 additions & 35 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ group :development, :test do
1414
gem "standard-performance"
1515
gem "simplecov", "~> 0.22.0"
1616
gem "simplecov-cobertura", "~> 3.0"
17-
gem "steep", "~> 1.9"
17+
gem "steep", "~> 2.0"
1818
gem "timecop", "~> 0.9.10"
1919
end
2020

Gemfile.lock

Lines changed: 11 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,11 @@ PATH
66
GEM
77
remote: https://rubygems.org/
88
specs:
9-
activesupport (8.1.2)
10-
base64
11-
bigdecimal
12-
concurrent-ruby (~> 1.0, >= 1.3.1)
13-
connection_pool (>= 2.2.5)
14-
drb
15-
i18n (>= 1.6, < 2)
16-
json
17-
logger (>= 1.4.2)
18-
minitest (>= 5.1)
19-
securerandom (>= 0.3)
20-
tzinfo (~> 2.0, >= 2.0.5)
21-
uri (>= 0.13.1)
229
ast (2.4.3)
2310
base64 (0.3.0)
24-
bigdecimal (4.0.1)
11+
bigdecimal (4.1.1)
2512
builder (3.3.0)
2613
concurrent-ruby (1.3.6)
27-
connection_pool (3.0.2)
2814
csv (3.3.5)
2915
cucumber (10.2.0)
3016
base64 (~> 0.2)
@@ -57,12 +43,9 @@ GEM
5743
reline (>= 0.3.8)
5844
diff-lcs (1.6.2)
5945
docile (1.4.1)
60-
drb (2.2.3)
6146
erb (6.0.2)
62-
ffi (1.17.3)
47+
ffi (1.17.4)
6348
fileutils (1.8.0)
64-
i18n (1.14.8)
65-
concurrent-ruby (~> 1.0)
6649
io-console (0.8.2)
6750
irb (1.17.0)
6851
pp (>= 0.6.0)
@@ -80,13 +63,9 @@ GEM
8063
markly (0.16.0)
8164
memoist3 (1.0.0)
8265
mini_mime (1.1.5)
83-
minitest (6.0.2)
84-
drb (~> 2.0)
85-
prism (~> 1.5)
8666
multi_test (1.1.0)
87-
mutex_m (0.3.0)
8867
parallel (1.27.0)
89-
parser (3.3.10.2)
68+
parser (3.3.11.1)
9069
ast (~> 2.4.1)
9170
racc
9271
pp (0.6.3)
@@ -102,8 +81,9 @@ GEM
10281
rb-fsevent (0.11.2)
10382
rb-inotify (0.11.1)
10483
ffi (~> 1.0)
105-
rbs (3.10.3)
84+
rbs (4.0.2)
10685
logger
86+
prism (>= 1.6.0)
10787
tsort
10888
rdoc (7.2.0)
10989
erb
@@ -167,34 +147,31 @@ GEM
167147
standard-performance (1.9.0)
168148
lint_roller (~> 1.1)
169149
rubocop-performance (~> 1.26.0)
170-
steep (1.10.0)
171-
activesupport (>= 5.1)
150+
steep (2.0.0)
172151
concurrent-ruby (>= 1.1.10)
173152
csv (>= 3.0.9)
174153
fileutils (>= 1.1.0)
175154
json (>= 2.1.0)
176155
language_server-protocol (>= 3.17.0.4, < 4.0)
177156
listen (~> 3.0)
178157
logger (>= 1.3.0)
179-
mutex_m (>= 0.3.0)
180-
parser (>= 3.1)
158+
parser (>= 3.2)
159+
prism (>= 0.25.0)
181160
rainbow (>= 2.2.2, < 4.0)
182-
rbs (~> 3.9)
161+
rbs (~> 4.0)
183162
securerandom (>= 0.1)
184163
strscan (>= 1.0.0)
185164
terminal-table (>= 2, < 5)
186165
uri (>= 0.12.0)
187166
stringio (3.2.0)
188-
strscan (3.1.7)
167+
strscan (3.1.8)
189168
sys-uname (1.5.0)
190169
ffi (~> 1.1)
191170
memoist3 (~> 1.0.0)
192171
terminal-table (4.0.0)
193172
unicode-display_width (>= 1.1.1, < 4)
194173
timecop (0.9.11)
195174
tsort (0.2.0)
196-
tzinfo (2.0.6)
197-
concurrent-ruby (~> 1.0)
198175
unicode-display_width (3.2.0)
199176
unicode-emoji (~> 4.1)
200177
unicode-emoji (4.2.0)
@@ -225,7 +202,7 @@ DEPENDENCIES
225202
simplecov-cobertura (~> 3.0)
226203
standard
227204
standard-performance
228-
steep (~> 1.9)
205+
steep (~> 2.0)
229206
timecop (~> 0.9.10)
230207

231208
BUNDLED WITH

0 commit comments

Comments
 (0)