File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
packages/@jsii/ruby-runtime/project Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 9
9
ast (2.4.0 )
10
10
jaro_winkler (1.5.4 )
11
11
parallel (1.19.1 )
12
- parser (2.6.5.0 )
12
+ parser (2.7.0.1 )
13
13
ast (~> 2.4.0 )
14
14
power_assert (1.1.5 )
15
15
rainbow (3.0.0 )
16
- rubocop (0.78 .0 )
16
+ rubocop (0.79 .0 )
17
17
jaro_winkler (~> 1.5.1 )
18
18
parallel (~> 1.10 )
19
- parser (>= 2.6 )
19
+ parser (>= 2.7.0.1 )
20
20
rainbow (>= 2.2.2 , < 4.0 )
21
21
ruby-progressbar (~> 1.7 )
22
22
unicode-display_width (>= 1.4.0 , < 1.7 )
@@ -30,7 +30,7 @@ PLATFORMS
30
30
31
31
DEPENDENCIES
32
32
jsii_runtime !
33
- rubocop (~> 0.78 .0 )
33
+ rubocop (~> 0.79 .0 )
34
34
test-unit (~> 3.3.3 )
35
35
36
36
BUNDLED WITH
Original file line number Diff line number Diff line change @@ -18,6 +18,6 @@ Gem::Specification.new do |s|
18
18
19
19
s . requirements << 'node >= 8.11.0'
20
20
21
- s . add_development_dependency 'rubocop' , '~> 0.78 .0'
21
+ s . add_development_dependency 'rubocop' , '~> 0.79 .0'
22
22
s . add_development_dependency 'test-unit' , '~> 3.3.3'
23
23
end
You can’t perform that action at this time.
0 commit comments