File tree 2 files changed +7
-5
lines changed
2 files changed +7
-5
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.60 ' , require : false
7
+ gem 'rubocop' , '~> 1.61 ' , 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 )
14
15
racc (1.7.3 )
15
16
rainbow (3.1.1 )
16
17
rake (13.1.0 )
17
18
regexp_parser (2.9.0 )
18
19
rexml (3.2.6 )
19
- rubocop (1.60.2 )
20
+ rubocop (1.61.0 )
20
21
json (~> 2.3 )
21
22
language_server-protocol (>= 3.17.0 )
22
23
parallel (~> 1.10 )
27
28
rubocop-ast (>= 1.30.0 , < 2.0 )
28
29
ruby-progressbar (~> 1.7 )
29
30
unicode-display_width (>= 2.4.0 , < 3.0 )
30
- rubocop-ast (1.30.0 )
31
- parser (>= 3.2.1.0 )
31
+ rubocop-ast (1.31.0 )
32
+ parser (>= 3.3.0.4 )
33
+ prism (>= 0.24.0 )
32
34
rubocop-rake (0.6.0 )
33
35
rubocop (~> 1.0 )
34
36
ruby-progressbar (1.13.0 )
@@ -41,7 +43,7 @@ PLATFORMS
41
43
DEPENDENCIES
42
44
bundler-audit (~> 0.9 )
43
45
rake (>= 12.3.3 )
44
- rubocop (~> 1.60 )
46
+ rubocop (~> 1.61 )
45
47
rubocop-rake (~> 0.6 )
46
48
47
49
BUNDLED WITH
You can’t perform that action at this time.
0 commit comments