Skip to content

Commit 246dadd

Browse files
chore(deps-dev): update rubocop requirement from ~> 0.78.0 to ~> 0.79.0 (#1176)
1 parent b5b9f95 commit 246dadd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

packages/@jsii/ruby-runtime/project/Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ GEM
99
ast (2.4.0)
1010
jaro_winkler (1.5.4)
1111
parallel (1.19.1)
12-
parser (2.6.5.0)
12+
parser (2.7.0.1)
1313
ast (~> 2.4.0)
1414
power_assert (1.1.5)
1515
rainbow (3.0.0)
16-
rubocop (0.78.0)
16+
rubocop (0.79.0)
1717
jaro_winkler (~> 1.5.1)
1818
parallel (~> 1.10)
19-
parser (>= 2.6)
19+
parser (>= 2.7.0.1)
2020
rainbow (>= 2.2.2, < 4.0)
2121
ruby-progressbar (~> 1.7)
2222
unicode-display_width (>= 1.4.0, < 1.7)
@@ -30,7 +30,7 @@ PLATFORMS
3030

3131
DEPENDENCIES
3232
jsii_runtime!
33-
rubocop (~> 0.78.0)
33+
rubocop (~> 0.79.0)
3434
test-unit (~> 3.3.3)
3535

3636
BUNDLED WITH

packages/@jsii/ruby-runtime/project/jsii_runtime.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ Gem::Specification.new do |s|
1818

1919
s.requirements << 'node >= 8.11.0'
2020

21-
s.add_development_dependency 'rubocop', '~> 0.78.0'
21+
s.add_development_dependency 'rubocop', '~> 0.79.0'
2222
s.add_development_dependency 'test-unit', '~> 3.3.3'
2323
end

0 commit comments

Comments
 (0)