From 3fdca2fa7858bceffff1f7913cfc6811b2eaf7db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 16 Jan 2019 23:37:30 +0000 Subject: [PATCH] Bump rubocop from 0.62.0 to 0.63.0 Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.62.0 to 0.63.0. - [Release notes](https://github.com/rubocop-hq/rubocop/releases) - [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop-hq/rubocop/compare/v0.62.0...v0.63.0) Signed-off-by: dependabot[bot] --- Gemfile.lock | 33 +++++++++++++++++++++++++++++++-- 1 file changed, 31 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index dbe77672d..fc2729a50 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,8 +3,16 @@ GEM specs: ast (2.4.0) coderay (1.1.2) + coveralls (0.7.1) + multi_json (~> 1.3) + rest-client + simplecov (>= 0.7) + term-ansicolor + thor diff-lcs (1.3) docile (1.3.1) + domain_name (0.5.20180417) + unf (>= 0.0.5, < 1.0.0) ffi (1.10.0) formatador (0.2.5) guard (2.15.0) @@ -24,6 +32,8 @@ GEM guard-rubocop (1.3.0) guard (~> 2.0) rubocop (~> 0.20) + http-cookie (1.0.3) + domain_name (~> 0.5) jaro_winkler (1.5.2) json (2.1.0) listen (3.1.5) @@ -32,12 +42,17 @@ GEM ruby_dep (~> 1.2) lumberjack (1.0.13) method_source (0.9.2) + mime-types (3.2.2) + mime-types-data (~> 3.2015) + mime-types-data (3.2018.0812) + multi_json (1.13.1) nenv (0.3.0) + netrc (0.11.0) notiffany (0.1.1) nenv (~> 0.1) shellany (~> 0.0) parallel (1.12.1) - parser (2.5.3.0) + parser (2.6.0.0) ast (~> 2.4.0) powerpack (0.1.2) pry (0.12.2) @@ -48,6 +63,10 @@ GEM rb-fsevent (0.10.3) rb-inotify (0.10.0) ffi (~> 1.0) + rest-client (2.0.2) + http-cookie (>= 1.0.2, < 2.0) + mime-types (>= 1.16, < 4.0) + netrc (~> 0.8) rspec (3.8.0) rspec-core (~> 3.8.0) rspec-expectations (~> 3.8.0) @@ -61,7 +80,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.8.0) rspec-support (3.8.0) - rubocop (0.62.0) + rubocop (0.63.0) jaro_winkler (~> 1.5.1) parallel (~> 1.10) parser (>= 2.5, != 2.5.1.1) @@ -76,19 +95,29 @@ GEM docile (~> 1.1) json (>= 1.8, < 3) simplecov-html (~> 0.10.0) + simplecov-cobertura (1.3.0) + simplecov (~> 0.8) simplecov-html (0.10.2) + term-ansicolor (1.7.0) + tins (~> 1.0) thor (0.20.3) + tins (1.20.2) + unf (0.1.4) + unf_ext + unf_ext (0.0.7.5) unicode-display_width (1.4.1) PLATFORMS ruby DEPENDENCIES + coveralls guard-rspec guard-rubocop rake rspec simplecov + simplecov-cobertura BUNDLED WITH 1.16.6