Skip to content

Commit f1019fe

Browse files
committed
Use steep-1.10.0.pre.3
1 parent 62cbd93 commit f1019fe

File tree

2 files changed

+16
-12
lines changed

2 files changed

+16
-12
lines changed

steep/Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
source "https://rubygems.org"
22

3-
gem "rbs", "~> 3.8.1"
4-
gem "steep", "~> 1.9.4"
3+
gem "rbs", "~> 3.9.pre"
4+
gem "steep", "~> 1.10.pre"

steep/Gemfile.lock

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ GEM
3333
rb-inotify (~> 0.9, >= 0.9.10)
3434
logger (1.6.6)
3535
minitest (5.25.5)
36+
mutex_m (0.3.0)
3637
parser (3.3.7.1)
3738
ast (~> 2.4.1)
3839
racc
@@ -41,39 +42,42 @@ GEM
4142
rb-fsevent (0.11.2)
4243
rb-inotify (0.11.1)
4344
ffi (~> 1.0)
44-
rbs (3.8.1)
45+
rbs (3.9.0.pre.2)
4546
logger
4647
securerandom (0.4.1)
47-
steep (1.9.4)
48+
steep (1.10.0.pre.3)
4849
activesupport (>= 5.1)
4950
concurrent-ruby (>= 1.1.10)
5051
csv (>= 3.0.9)
5152
fileutils (>= 1.1.0)
5253
json (>= 2.1.0)
53-
language_server-protocol (>= 3.15, < 4.0)
54+
language_server-protocol (>= 3.17.0.4, < 4.0)
5455
listen (~> 3.0)
5556
logger (>= 1.3.0)
57+
mutex_m (>= 0.3.0)
5658
parser (>= 3.1)
5759
rainbow (>= 2.2.2, < 4.0)
58-
rbs (~> 3.8)
60+
rbs (~> 3.9.pre)
5961
securerandom (>= 0.1)
6062
strscan (>= 1.0.0)
61-
terminal-table (>= 2, < 4)
63+
terminal-table (>= 2, < 5)
6264
uri (>= 0.12.0)
6365
strscan (3.1.2)
64-
terminal-table (3.0.2)
65-
unicode-display_width (>= 1.1.1, < 3)
66+
terminal-table (4.0.0)
67+
unicode-display_width (>= 1.1.1, < 4)
6668
tzinfo (2.0.6)
6769
concurrent-ruby (~> 1.0)
68-
unicode-display_width (2.6.0)
70+
unicode-display_width (3.1.4)
71+
unicode-emoji (~> 4.0, >= 4.0.4)
72+
unicode-emoji (4.0.4)
6973
uri (1.0.3)
7074

7175
PLATFORMS
7276
ruby
7377

7478
DEPENDENCIES
75-
rbs (~> 3.8.1)
76-
steep (~> 1.9.4)
79+
rbs (~> 3.9.pre)
80+
steep (~> 1.10.pre)
7781

7882
BUNDLED WITH
7983
2.6.3

0 commit comments

Comments
 (0)