Skip to content

Commit

Permalink
chore(deps): bump rubocop from 0.57.0 to 0.68.1 in /packages/jsii-rub…
Browse files Browse the repository at this point in the history
…y-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]>
  • Loading branch information
dependabot-preview[bot] authored and RomainMuller committed Jul 17, 2019
1 parent 40ef66a commit d92e3b7
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 14 deletions.
2 changes: 1 addition & 1 deletion packages/jsii-ruby-runtime/project/.rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Metrics/LineLength:
Metrics/MethodLength:
Max: 1000

Layout/IndentHash:
Layout/IndentFirstHashElement:
EnforcedStyle: consistent

Style/GuardClause:
Expand Down
2 changes: 1 addition & 1 deletion packages/jsii-ruby-runtime/project/Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
source 'https://rubygems.org'

gem 'rubocop', '=0.57', require: false
gem 'rubocop', '0.68.1', require: false
22 changes: 10 additions & 12 deletions packages/jsii-ruby-runtime/project/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,26 @@ GEM
remote: https://rubygems.org/
specs:
ast (2.4.0)
jaro_winkler (1.4.0)
parallel (1.12.1)
parser (2.5.1.2)
jaro_winkler (1.5.3)
parallel (1.17.0)
parser (2.6.3.0)
ast (~> 2.4.0)
powerpack (0.1.2)
rainbow (3.0.0)
rubocop (0.57.0)
jaro_winkler (~> 1.4.0)
rubocop (0.68.1)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
parser (>= 2.5)
powerpack (~> 0.1)
parser (>= 2.5, != 2.5.1.1)
rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.0, >= 1.0.1)
ruby-progressbar (1.10.0)
unicode-display_width (1.4.0)
unicode-display_width (>= 1.4.0, < 1.6)
ruby-progressbar (1.10.1)
unicode-display_width (1.5.0)

PLATFORMS
ruby

DEPENDENCIES
rubocop (= 0.57)
rubocop (= 0.68.1)

BUNDLED WITH
1.16.1
1 change: 1 addition & 0 deletions packages/jsii-ruby-runtime/project/lib/jsii_runtime.rb
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ def process_error(resp)

def process_callback(resp)
raise JsiiError, 'no callback handler registered with on_callback' unless @callback_handler

callback = resp['callback']

result = nil
Expand Down

0 comments on commit d92e3b7

Please sign in to comment.