Update dependency rubocop-rspec to v3.6.0 · SeleniumHQ/seleniumhq.github.io@0a9a8bf (original) (raw)

Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
1 1 GEM
2 2 remote: https://rubygems.org/
3 3 specs:
4 -ast (2.4.2)
4 +ast (2.4.3)
5 5 base64 (0.2.0)
6 6 diff-lcs (1.5.1)
7 7 json (2.10.2)
8 8 language_server-protocol (3.17.0.4)
9 9 lint_roller (1.1.0)
10 10 logger (1.7.0)
11 -parallel (1.26.3)
12 -parser (3.3.7.1)
11 +parallel (1.27.0)
12 +parser (3.3.8.0)
13 13 ast (~> 2.4.1)
14 14 racc
15 +prism (1.4.0)
15 16 racc (1.8.1)
16 17 rainbow (3.1.1)
17 18 rake (13.2.1)
@@ -30,20 +31,21 @@ GEM
30 31 diff-lcs (>= 1.2.0, < 2.0)
31 32 rspec-support (~> 3.13.0)
32 33 rspec-support (3.13.0)
33 -rubocop (1.72.2)
34 +rubocop (1.75.2)
34 35 json (~> 2.3)
35 36 language_server-protocol (~> 3.17.0.2)
36 37 lint_roller (~> 1.1.0)
37 38 parallel (~> 1.10)
38 39 parser (>= 3.3.0.2)
39 40 rainbow (>= 2.2.2, < 4.0)
40 41 regexp_parser (>= 2.9.3, < 3.0)
41 -rubocop-ast (>= 1.38.0, < 2.0)
42 +rubocop-ast (>= 1.44.0, < 2.0)
42 43 ruby-progressbar (~> 1.7)
43 44 unicode-display_width (>= 2.4.0, < 4.0)
44 -rubocop-ast (1.38.0)
45 -parser (>= 3.3.1.0)
46 -rubocop-rspec (3.5.0)
45 +rubocop-ast (1.44.1)
46 +parser (>= 3.3.7.2)
47 +prism (~> 1.4)
48 +rubocop-rspec (3.6.0)
47 49 lint_roller (~> 1.1)
48 50 rubocop (~> 1.72, >= 1.72.1)
49 51 ruby-progressbar (1.13.0)