File tree 2 files changed +12
-14
lines changed
2 files changed +12
-14
lines changed Original file line number Diff line number Diff line change 7
7
8
8
group :development do
9
9
gem 'rspec' , '~> 3.0'
10
- gem 'rubocop' , '~> 1.56.4 '
10
+ gem 'rubocop' , '~> 1.61.0 '
11
11
end
Original file line number Diff line number Diff line change 8
8
remote: https://rubygems.org/
9
9
specs:
10
10
ast (2.4.2 )
11
- base64 (0.1.1 )
12
11
diff-lcs (1.5.0 )
13
- json (2.6.3 )
12
+ json (2.7.1 )
14
13
language_server-protocol (3.17.0.3 )
15
- parallel (1.23 .0 )
16
- parser (3.2.2.3 )
14
+ parallel (1.24 .0 )
15
+ parser (3.3.0.5 )
17
16
ast (~> 2.4.1 )
18
17
racc
19
- racc (1.7.1 )
18
+ racc (1.7.3 )
20
19
rainbow (3.1.1 )
21
- regexp_parser (2.8.1 )
20
+ regexp_parser (2.9.0 )
22
21
rexml (3.2.6 )
23
22
rspec (3.12.0 )
24
23
rspec-core (~> 3.12.0 )
33
32
diff-lcs (>= 1.2.0 , < 2.0 )
34
33
rspec-support (~> 3.12.0 )
35
34
rspec-support (3.12.0 )
36
- rubocop (1.56.4 )
37
- base64 (~> 0.1.1 )
35
+ rubocop (1.61.0 )
38
36
json (~> 2.3 )
39
37
language_server-protocol (>= 3.17.0 )
40
38
parallel (~> 1.10 )
41
- parser (>= 3.2.2.3 )
39
+ parser (>= 3.3.0.2 )
42
40
rainbow (>= 2.2.2 , < 4.0 )
43
41
regexp_parser (>= 1.8 , < 3.0 )
44
42
rexml (>= 3.2.5 , < 4.0 )
45
- rubocop-ast (>= 1.28.1 , < 2.0 )
43
+ rubocop-ast (>= 1.30.0 , < 2.0 )
46
44
ruby-progressbar (~> 1.7 )
47
45
unicode-display_width (>= 2.4.0 , < 3.0 )
48
- rubocop-ast (1.29.0 )
49
- parser (>= 3.2.1.0 )
46
+ rubocop-ast (1.31.1 )
47
+ parser (>= 3.3.0.4 )
50
48
ruby-progressbar (1.13.0 )
51
49
unicode-display_width (2.5.0 )
52
50
@@ -56,7 +54,7 @@ PLATFORMS
56
54
DEPENDENCIES
57
55
rspec (~> 3.0 )
58
56
rspec-github !
59
- rubocop (~> 1.56.4 )
57
+ rubocop (~> 1.61.0 )
60
58
61
59
BUNDLED WITH
62
60
2.2.19
You can’t perform that action at this time.
0 commit comments