File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 7
7
8
8
gem 'minitest' , '~> 5.25'
9
9
gem 'rake' , '~> 13.1'
10
- gem 'rubocop' , '~> 1.66 '
10
+ gem 'rubocop' , '~> 1.68 '
11
11
gem 'rubocop-minitest' , '~> 0.36.0'
12
12
gem 'rubocop-rake' , '~> 0.6.0'
Original file line number Diff line number Diff line change 7
7
remote: https://rubygems.org/
8
8
specs:
9
9
ast (2.4.2 )
10
- json (2.7.2 )
10
+ json (2.7.5 )
11
11
language_server-protocol (3.17.0.3 )
12
12
minitest (5.25.1 )
13
13
parallel (1.26.3 )
14
- parser (3.3.5.0 )
14
+ parser (3.3.5.1 )
15
15
ast (~> 2.4.1 )
16
16
racc
17
17
racc (1.8.1 )
18
18
rainbow (3.1.1 )
19
19
rake (13.1.0 )
20
20
regexp_parser (2.9.2 )
21
- rubocop (1.66.1 )
21
+ rubocop (1.68.0 )
22
22
json (~> 2.3 )
23
23
language_server-protocol (>= 3.17.0 )
24
24
parallel (~> 1.10 )
28
28
rubocop-ast (>= 1.32.2 , < 2.0 )
29
29
ruby-progressbar (~> 1.7 )
30
30
unicode-display_width (>= 2.4.0 , < 3.0 )
31
- rubocop-ast (1.32.3 )
31
+ rubocop-ast (1.33.1 )
32
32
parser (>= 3.3.1.0 )
33
33
rubocop-minitest (0.36.0 )
34
34
rubocop (>= 1.61 , < 2.0 )
35
35
rubocop-ast (>= 1.31.1 , < 2.0 )
36
36
rubocop-rake (0.6.0 )
37
37
rubocop (~> 1.0 )
38
38
ruby-progressbar (1.13.0 )
39
- unicode-display_width (2.5 .0 )
39
+ unicode-display_width (2.6 .0 )
40
40
41
41
PLATFORMS
42
42
x86_64-linux
@@ -45,7 +45,7 @@ DEPENDENCIES
45
45
human_languages !
46
46
minitest (~> 5.25 )
47
47
rake (~> 13.1 )
48
- rubocop (~> 1.66 )
48
+ rubocop (~> 1.68 )
49
49
rubocop-minitest (~> 0.36.0 )
50
50
rubocop-rake (~> 0.6.0 )
51
51
You can’t perform that action at this time.
0 commit comments