File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 7
7
8
8
group :development do
9
9
gem 'rspec' , '~> 3.13'
10
- gem 'rubocop' , '~> 1.64.0 '
10
+ gem 'rubocop' , '~> 1.65.1 '
11
11
end
Original file line number Diff line number Diff line change 11
11
diff-lcs (1.5.1 )
12
12
json (2.7.2 )
13
13
language_server-protocol (3.17.0.3 )
14
- parallel (1.24.0 )
15
- parser (3.3.1 .0 )
14
+ parallel (1.25.1 )
15
+ parser (3.3.4 .0 )
16
16
ast (~> 2.4.1 )
17
17
racc
18
- racc (1.8.0 )
18
+ racc (1.8.1 )
19
19
rainbow (3.1.1 )
20
20
regexp_parser (2.9.2 )
21
- rexml (3.3.3 )
21
+ rexml (3.3.4 )
22
22
strscan
23
23
rspec (3.13.0 )
24
24
rspec-core (~> 3.13.0 )
33
33
diff-lcs (>= 1.2.0 , < 2.0 )
34
34
rspec-support (~> 3.13.0 )
35
35
rspec-support (3.13.1 )
36
- rubocop (1.64.0 )
36
+ rubocop (1.65.1 )
37
37
json (~> 2.3 )
38
38
language_server-protocol (>= 3.17.0 )
39
39
parallel (~> 1.10 )
40
40
parser (>= 3.3.0.2 )
41
41
rainbow (>= 2.2.2 , < 4.0 )
42
- regexp_parser (>= 1.8 , < 3.0 )
42
+ regexp_parser (>= 2.4 , < 3.0 )
43
43
rexml (>= 3.2.5 , < 4.0 )
44
44
rubocop-ast (>= 1.31.1 , < 2.0 )
45
45
ruby-progressbar (~> 1.7 )
@@ -56,7 +56,7 @@ PLATFORMS
56
56
DEPENDENCIES
57
57
rspec (~> 3.13 )
58
58
rspec-github !
59
- rubocop (~> 1.64.0 )
59
+ rubocop (~> 1.65.1 )
60
60
61
61
BUNDLED WITH
62
62
2.2.19
You can’t perform that action at this time.
0 commit comments