Skip to content

Commit 7bc323c

Browse files
committed
Bump steep to ~> 1.10.0
1 parent 0151b42 commit 7bc323c

File tree

2 files changed

+23
-10
lines changed

2 files changed

+23
-10
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ gem 'rspec', '~> 3.0'
1010
gem 'rubocop', '~> 1.23.0'
1111
gem 'rubocop-rake', '~> 0.6.0'
1212
gem 'rubocop-rspec', '~> 2.6.0'
13-
gem 'steep', '~> 0.46.0'
13+
gem 'steep', '~> 1.10.0'
1414
gem 'yard', '~> 0.9.0'

Gemfile.lock

Lines changed: 22 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ GEM
2525
bigdecimal (3.1.9)
2626
concurrent-ruby (1.3.5)
2727
connection_pool (2.5.0)
28+
csv (3.3.3)
2829
diff-lcs (1.6.0)
2930
drb (2.2.1)
3031
ffi (1.17.1)
@@ -38,14 +39,17 @@ GEM
3839
ffi (1.17.1-x86_64-darwin)
3940
ffi (1.17.1-x86_64-linux-gnu)
4041
ffi (1.17.1-x86_64-linux-musl)
42+
fileutils (1.7.3)
4143
i18n (1.14.7)
4244
concurrent-ruby (~> 1.0)
45+
json (2.10.2)
4346
language_server-protocol (3.17.0.4)
4447
listen (3.9.0)
4548
rb-fsevent (~> 0.10, >= 0.10.3)
4649
rb-inotify (~> 0.9, >= 0.9.10)
4750
logger (1.6.6)
4851
minitest (5.25.5)
52+
mutex_m (0.3.0)
4953
parallel (1.26.3)
5054
parser (3.3.7.2)
5155
ast (~> 2.4.1)
@@ -90,17 +94,26 @@ GEM
9094
rubocop (~> 1.19)
9195
ruby-progressbar (1.13.0)
9296
securerandom (0.4.1)
93-
steep (0.46.0)
97+
steep (1.10.0)
9498
activesupport (>= 5.1)
95-
language_server-protocol (>= 3.15, < 4.0)
99+
concurrent-ruby (>= 1.1.10)
100+
csv (>= 3.0.9)
101+
fileutils (>= 1.1.0)
102+
json (>= 2.1.0)
103+
language_server-protocol (>= 3.17.0.4, < 4.0)
96104
listen (~> 3.0)
97-
parallel (>= 1.0.0)
98-
parser (>= 3.0)
105+
logger (>= 1.3.0)
106+
mutex_m (>= 0.3.0)
107+
parser (>= 3.1)
99108
rainbow (>= 2.2.2, < 4.0)
100-
rbs (>= 1.2.0)
101-
terminal-table (>= 2, < 4)
102-
terminal-table (3.0.2)
103-
unicode-display_width (>= 1.1.1, < 3)
109+
rbs (~> 3.9)
110+
securerandom (>= 0.1)
111+
strscan (>= 1.0.0)
112+
terminal-table (>= 2, < 5)
113+
uri (>= 0.12.0)
114+
strscan (3.1.2)
115+
terminal-table (4.0.0)
116+
unicode-display_width (>= 1.1.1, < 4)
104117
tzinfo (2.0.6)
105118
concurrent-ruby (~> 1.0)
106119
unicode-display_width (2.6.0)
@@ -128,7 +141,7 @@ DEPENDENCIES
128141
rubocop (~> 1.23.0)
129142
rubocop-rake (~> 0.6.0)
130143
rubocop-rspec (~> 2.6.0)
131-
steep (~> 0.46.0)
144+
steep (~> 1.10.0)
132145
yard (~> 0.9.0)
133146

134147
BUNDLED WITH

0 commit comments

Comments
 (0)