Skip to content

Commit f2eb4b6

Browse files
authored
Upgrade development gems (#3667)
1 parent 8657407 commit f2eb4b6

File tree

13 files changed

+5027
-3527
lines changed

13 files changed

+5027
-3527
lines changed

Gemfile.lock

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,17 @@ GEM
1212
ast (2.4.3)
1313
benchmark (0.4.1)
1414
date (3.4.1)
15-
debug (1.10.0)
15+
debug (1.11.0)
1616
irb (~> 1.10)
1717
reline (>= 0.3.8)
18+
erb (5.0.2)
1819
erubi (1.13.1)
19-
io-console (0.8.0)
20+
io-console (0.8.1)
2021
irb (1.15.2)
2122
pp (>= 0.6.0)
2223
rdoc (>= 4.0.0)
2324
reline (>= 0.4.2)
24-
json (2.12.2)
25+
json (2.13.0)
2526
language_server-protocol (3.17.0.5)
2627
lint_roller (1.1.0)
2728
logger (1.7.0)
@@ -51,14 +52,15 @@ GEM
5152
rbs (4.0.0.dev.4)
5253
logger
5354
prism (>= 1.3.0)
54-
rdoc (6.13.0)
55+
rdoc (6.14.2)
56+
erb
5557
psych (>= 4.0.0)
5658
regexp_parser (2.10.0)
5759
reline (0.6.1)
5860
io-console (~> 0.5)
5961
require-hooks (0.2.2)
6062
rexml (3.4.1)
61-
rubocop (1.76.2)
63+
rubocop (1.78.0)
6264
json (~> 2.3)
6365
language_server-protocol (~> 3.17.0.2)
6466
lint_roller (~> 1.1.0)
@@ -69,7 +71,7 @@ GEM
6971
rubocop-ast (>= 1.45.1, < 2.0)
7072
ruby-progressbar (~> 1.7)
7173
unicode-display_width (>= 2.4.0, < 4.0)
72-
rubocop-ast (1.45.1)
74+
rubocop-ast (1.46.0)
7375
parser (>= 3.3.7.2)
7476
prism (~> 1.4)
7577
rubocop-minitest (0.38.1)
@@ -85,14 +87,14 @@ GEM
8587
rubocop (>= 1)
8688
ruby-progressbar (1.13.0)
8789
ruby2_keywords (0.0.5)
88-
sorbet (0.5.12221)
89-
sorbet-static (= 0.5.12221)
90-
sorbet-runtime (0.5.12221)
91-
sorbet-static (0.5.12221-universal-darwin)
92-
sorbet-static (0.5.12221-x86_64-linux)
93-
sorbet-static-and-runtime (0.5.12221)
94-
sorbet (= 0.5.12221)
95-
sorbet-runtime (= 0.5.12221)
90+
sorbet (0.5.12230)
91+
sorbet-static (= 0.5.12230)
92+
sorbet-runtime (0.5.12230)
93+
sorbet-static (0.5.12230-universal-darwin)
94+
sorbet-static (0.5.12230-x86_64-linux)
95+
sorbet-static-and-runtime (0.5.12230)
96+
sorbet (= 0.5.12230)
97+
sorbet-runtime (= 0.5.12230)
9698
spoom (1.7.4)
9799
erubi (>= 1.10.0)
98100
prism (>= 0.28.0)
@@ -102,9 +104,9 @@ GEM
102104
sorbet-static-and-runtime (>= 0.5.10187)
103105
thor (>= 0.19.2)
104106
stringio (3.1.7)
105-
syntax_tree (6.2.0)
107+
syntax_tree (6.3.0)
106108
prettier_print (>= 1.2.0)
107-
tapioca (0.17.4)
109+
tapioca (0.17.7)
108110
benchmark
109111
bundler (>= 2.2.25)
110112
netrc (>= 0.11.0)
@@ -115,7 +117,7 @@ GEM
115117
spoom (>= 1.7.0)
116118
thor (>= 1.2.0)
117119
yard-sorbet
118-
test-unit (3.6.8)
120+
test-unit (3.7.0)
119121
power_assert
120122
thor (1.3.2)
121123
unicode-display_width (3.1.4)

lib/ruby_indexer/test/configuration_test.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ def test_indexable_uris_includes_default_gems
5959

6060
assert_includes(paths, "#{RbConfig::CONFIG["rubylibdir"]}/pathname.rb")
6161
assert_includes(paths, "#{RbConfig::CONFIG["rubylibdir"]}/ipaddr.rb")
62-
assert_includes(paths, "#{RbConfig::CONFIG["rubylibdir"]}/erb.rb")
6362
end
6463

6564
def test_indexable_uris_includes_project_files

0 commit comments

Comments
 (0)