File tree 2 files changed +5
-7
lines changed
2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ source 'https://rubygems.org'
4
4
5
5
gem 'bundler-audit' , '~> 0.9' , require : false
6
6
gem 'rake' , '>= 12.3.3' , require : false
7
- gem 'rubocop' , '~> 1.61 ' , require : false
7
+ gem 'rubocop' , '~> 1.62 ' , require : false
8
8
gem 'rubocop-rake' , '~> 0.6' , require : false
Original file line number Diff line number Diff line change 11
11
parser (3.3.0.5 )
12
12
ast (~> 2.4.1 )
13
13
racc
14
- prism (0.24.0 )
15
14
racc (1.7.3 )
16
15
rainbow (3.1.1 )
17
16
rake (13.1.0 )
18
17
regexp_parser (2.9.0 )
19
18
rexml (3.2.6 )
20
- rubocop (1.61.0 )
19
+ rubocop (1.62.1 )
21
20
json (~> 2.3 )
22
21
language_server-protocol (>= 3.17.0 )
23
22
parallel (~> 1.10 )
24
23
parser (>= 3.3.0.2 )
25
24
rainbow (>= 2.2.2 , < 4.0 )
26
25
regexp_parser (>= 1.8 , < 3.0 )
27
26
rexml (>= 3.2.5 , < 4.0 )
28
- rubocop-ast (>= 1.30.0 , < 2.0 )
27
+ rubocop-ast (>= 1.31.1 , < 2.0 )
29
28
ruby-progressbar (~> 1.7 )
30
29
unicode-display_width (>= 2.4.0 , < 3.0 )
31
- rubocop-ast (1.31.0 )
30
+ rubocop-ast (1.31.2 )
32
31
parser (>= 3.3.0.4 )
33
- prism (>= 0.24.0 )
34
32
rubocop-rake (0.6.0 )
35
33
rubocop (~> 1.0 )
36
34
ruby-progressbar (1.13.0 )
@@ -43,7 +41,7 @@ PLATFORMS
43
41
DEPENDENCIES
44
42
bundler-audit (~> 0.9 )
45
43
rake (>= 12.3.3 )
46
- rubocop (~> 1.61 )
44
+ rubocop (~> 1.62 )
47
45
rubocop-rake (~> 0.6 )
48
46
49
47
BUNDLED WITH
You can’t perform that action at this time.
0 commit comments