Skip to content

Commit 603d6cf

Browse files
committed
Update steep
1 parent 8033054 commit 603d6cf

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ group :minitest do
4343
end
4444

4545
group :typecheck_test do
46-
gem "steep", "~> 1.7.1", require: false
46+
gem "steep", "~> 1.8.0.pre", require: false
4747
end

Gemfile.lock

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,17 @@ GEM
1313
remote: https://rubygems.org/
1414
specs:
1515
abbrev (0.1.2)
16-
activesupport (7.1.4)
16+
activesupport (7.2.1)
1717
base64
1818
bigdecimal
19-
concurrent-ruby (~> 1.0, >= 1.0.2)
19+
concurrent-ruby (~> 1.0, >= 1.3.1)
2020
connection_pool (>= 2.2.5)
2121
drb
2222
i18n (>= 1.6, < 2)
23+
logger (>= 1.4.2)
2324
minitest (>= 5.1)
24-
mutex_m
25-
tzinfo (~> 2.0)
25+
securerandom (>= 0.3)
26+
tzinfo (~> 2.0, >= 2.0.5)
2627
addressable (2.8.7)
2728
public_suffix (>= 2.0.2, < 7.0)
2829
ast (2.4.2)
@@ -44,7 +45,7 @@ GEM
4445
psych (>= 3.1, < 5.0)
4546
rainbow (>= 3.0, < 4.0)
4647
strong_json (>= 1.1, < 2.2)
47-
i18n (1.14.5)
48+
i18n (1.14.6)
4849
concurrent-ruby (~> 1.0)
4950
json (2.7.2)
5051
json-schema (5.0.0)
@@ -119,7 +120,7 @@ GEM
119120
ruby-progressbar (1.13.0)
120121
securerandom (0.3.1)
121122
stackprof (0.2.26)
122-
steep (1.7.1)
123+
steep (1.8.0.pre.2)
123124
activesupport (>= 5.1)
124125
concurrent-ruby (>= 1.1.10)
125126
csv (>= 3.0.9)
@@ -130,7 +131,7 @@ GEM
130131
logger (>= 1.3.0)
131132
parser (>= 3.1)
132133
rainbow (>= 2.2.2, < 4.0)
133-
rbs (>= 3.5.0.pre)
134+
rbs (~> 3.6.0.pre)
134135
securerandom (>= 0.1)
135136
strscan (>= 1.0.0)
136137
terminal-table (>= 2, < 4)
@@ -180,7 +181,7 @@ DEPENDENCIES
180181
rubocop-on-rbs
181182
rubocop-rubycw
182183
stackprof
183-
steep (~> 1.7.1)
184+
steep (~> 1.8.0.pre)
184185
tempfile
185186
test-unit
186187

0 commit comments

Comments
 (0)