File tree 2 files changed +8
-12
lines changed
2 files changed +8
-12
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.65 ' , require : false
7
+ gem 'rubocop' , '~> 1.66 ' , 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
- bundler-audit (0.9.1 )
5
+ bundler-audit (0.9.2 )
6
6
bundler (>= 1.2.0 , < 3 )
7
7
thor (~> 1.0 )
8
8
json (2.7.2 )
9
9
language_server-protocol (3.17.0.3 )
10
- parallel (1.26.2 )
10
+ parallel (1.26.3 )
11
11
parser (3.3.4.2 )
12
12
ast (~> 2.4.1 )
13
13
racc
14
14
racc (1.8.1 )
15
15
rainbow (3.1.1 )
16
16
rake (13.2.1 )
17
17
regexp_parser (2.9.2 )
18
- rexml (3.3.5 )
19
- strscan
20
- rubocop (1.65.1 )
18
+ rubocop (1.66.0 )
21
19
json (~> 2.3 )
22
20
language_server-protocol (>= 3.17.0 )
23
21
parallel (~> 1.10 )
24
22
parser (>= 3.3.0.2 )
25
23
rainbow (>= 2.2.2 , < 4.0 )
26
24
regexp_parser (>= 2.4 , < 3.0 )
27
- rexml (>= 3.2.5 , < 4.0 )
28
- rubocop-ast (>= 1.31.1 , < 2.0 )
25
+ rubocop-ast (>= 1.32.1 , < 2.0 )
29
26
ruby-progressbar (~> 1.7 )
30
27
unicode-display_width (>= 2.4.0 , < 3.0 )
31
- rubocop-ast (1.32.0 )
28
+ rubocop-ast (1.32.1 )
32
29
parser (>= 3.3.1.0 )
33
30
rubocop-rake (0.6.0 )
34
31
rubocop (~> 1.0 )
35
32
ruby-progressbar (1.13.0 )
36
- strscan (3.1.0 )
37
- thor (1.2.1 )
33
+ thor (1.3.2 )
38
34
unicode-display_width (2.5.0 )
39
35
40
36
PLATFORMS
@@ -43,7 +39,7 @@ PLATFORMS
43
39
DEPENDENCIES
44
40
bundler-audit (~> 0.9 )
45
41
rake (>= 12.3.3 )
46
- rubocop (~> 1.65 )
42
+ rubocop (~> 1.66 )
47
43
rubocop-rake (~> 0.6 )
48
44
49
45
BUNDLED WITH
You can’t perform that action at this time.
0 commit comments