Skip to content

Commit d92e3b7

Browse files
chore(deps): bump rubocop from 0.57.0 to 0.68.1 in /packages/jsii-ruby-runtime/project (#633)
Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.57.0 to 0.68.1. - [Release notes](https://github.com/rubocop-hq/rubocop/releases) - [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v0.57.0...v0.68.1) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 40ef66a commit d92e3b7

File tree

4 files changed

+13
-14
lines changed

4 files changed

+13
-14
lines changed

packages/jsii-ruby-runtime/project/.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Metrics/LineLength:
44
Metrics/MethodLength:
55
Max: 1000
66

7-
Layout/IndentHash:
7+
Layout/IndentFirstHashElement:
88
EnforcedStyle: consistent
99

1010
Style/GuardClause:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
source 'https://rubygems.org'
22

3-
gem 'rubocop', '=0.57', require: false
3+
gem 'rubocop', '0.68.1', require: false

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

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,26 @@ GEM
22
remote: https://rubygems.org/
33
specs:
44
ast (2.4.0)
5-
jaro_winkler (1.4.0)
6-
parallel (1.12.1)
7-
parser (2.5.1.2)
5+
jaro_winkler (1.5.3)
6+
parallel (1.17.0)
7+
parser (2.6.3.0)
88
ast (~> 2.4.0)
9-
powerpack (0.1.2)
109
rainbow (3.0.0)
11-
rubocop (0.57.0)
12-
jaro_winkler (~> 1.4.0)
10+
rubocop (0.68.1)
11+
jaro_winkler (~> 1.5.1)
1312
parallel (~> 1.10)
14-
parser (>= 2.5)
15-
powerpack (~> 0.1)
13+
parser (>= 2.5, != 2.5.1.1)
1614
rainbow (>= 2.2.2, < 4.0)
1715
ruby-progressbar (~> 1.7)
18-
unicode-display_width (~> 1.0, >= 1.0.1)
19-
ruby-progressbar (1.10.0)
20-
unicode-display_width (1.4.0)
16+
unicode-display_width (>= 1.4.0, < 1.6)
17+
ruby-progressbar (1.10.1)
18+
unicode-display_width (1.5.0)
2119

2220
PLATFORMS
2321
ruby
2422

2523
DEPENDENCIES
26-
rubocop (= 0.57)
24+
rubocop (= 0.68.1)
2725

2826
BUNDLED WITH
2927
1.16.1

packages/jsii-ruby-runtime/project/lib/jsii_runtime.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ def process_error(resp)
104104

105105
def process_callback(resp)
106106
raise JsiiError, 'no callback handler registered with on_callback' unless @callback_handler
107+
107108
callback = resp['callback']
108109

109110
result = nil

0 commit comments

Comments
 (0)