File tree Expand file tree Collapse file tree 2 files changed +9
-11
lines changed Expand file tree Collapse file tree 2 files changed +9
-11
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.56 ' , require : false
7
+ gem 'rubocop' , '~> 1.57 ' , require : false
8
8
gem 'rubocop-rake' , '~> 0.6' , require : false
Original file line number Diff line number Diff line change 2
2
remote: https://rubygems.org/
3
3
specs:
4
4
ast (2.4.2 )
5
- base64 (0.1.1 )
6
5
bundler-audit (0.9.1 )
7
6
bundler (>= 1.2.0 , < 3 )
8
7
thor (~> 1.0 )
9
8
json (2.6.3 )
10
9
language_server-protocol (3.17.0.3 )
11
10
parallel (1.23.0 )
12
- parser (3.2.2.3 )
11
+ parser (3.2.2.4 )
13
12
ast (~> 2.4.1 )
14
13
racc
15
- racc (1.7.1 )
14
+ racc (1.7.2 )
16
15
rainbow (3.1.1 )
17
- rake (13.0.6 )
18
- regexp_parser (2.8.1 )
16
+ rake (13.1.0 )
17
+ regexp_parser (2.8.2 )
19
18
rexml (3.2.6 )
20
- rubocop (1.56.4 )
21
- base64 (~> 0.1.1 )
19
+ rubocop (1.57.2 )
22
20
json (~> 2.3 )
23
21
language_server-protocol (>= 3.17.0 )
24
22
parallel (~> 1.10 )
25
- parser (>= 3.2.2.3 )
23
+ parser (>= 3.2.2.4 )
26
24
rainbow (>= 2.2.2 , < 4.0 )
27
25
regexp_parser (>= 1.8 , < 3.0 )
28
26
rexml (>= 3.2.5 , < 4.0 )
29
27
rubocop-ast (>= 1.28.1 , < 2.0 )
30
28
ruby-progressbar (~> 1.7 )
31
29
unicode-display_width (>= 2.4.0 , < 3.0 )
32
- rubocop-ast (1.29 .0 )
30
+ rubocop-ast (1.30 .0 )
33
31
parser (>= 3.2.1.0 )
34
32
rubocop-rake (0.6.0 )
35
33
rubocop (~> 1.0 )
@@ -43,7 +41,7 @@ PLATFORMS
43
41
DEPENDENCIES
44
42
bundler-audit (~> 0.9 )
45
43
rake (>= 12.3.3 )
46
- rubocop (~> 1.56 )
44
+ rubocop (~> 1.57 )
47
45
rubocop-rake (~> 0.6 )
48
46
49
47
BUNDLED WITH
You can’t perform that action at this time.
0 commit comments