From aa0dd695e7a15c0b47371c2b83b783e7cab06d45 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 29 Apr 2021 02:16:35 +0000 Subject: [PATCH] Update rubocop requirement from ~> 0.72 to ~> 1.13 Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v0.93.1...v1.13.0) Signed-off-by: dependabot-preview[bot] --- Gemfile.lock | 26 +++++++++++++------------- tiny_struct.gemspec | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 6792420..d6beda5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -6,31 +6,31 @@ PATH GEM remote: https://rubygems.org/ specs: - ast (2.4.1) + ast (2.4.2) bundler-audit (0.8.0) bundler (>= 1.2.0, < 3) thor (~> 1.0) docile (1.3.4) minitest (5.14.4) - parallel (1.19.2) - parser (2.7.2.0) + parallel (1.20.1) + parser (3.0.1.0) ast (~> 2.4.1) rainbow (3.0.0) rake (13.0.3) - regexp_parser (1.8.2) + regexp_parser (2.1.1) rexml (3.2.5) - rubocop (0.93.1) + rubocop (1.13.0) parallel (~> 1.10) - parser (>= 2.7.1.5) + parser (>= 3.0.0.0) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8) + regexp_parser (>= 1.8, < 3.0) rexml - rubocop-ast (>= 0.6.0) + rubocop-ast (>= 1.2.0, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 1.4.0, < 2.0) - rubocop-ast (0.7.1) + unicode-display_width (>= 1.4.0, < 3.0) + rubocop-ast (1.4.1) parser (>= 2.7.1.5) - ruby-progressbar (1.10.1) + ruby-progressbar (1.11.0) simplecov (0.21.2) docile (~> 1.1) simplecov-html (~> 0.11) @@ -38,7 +38,7 @@ GEM simplecov-html (0.12.3) simplecov_json_formatter (0.1.2) thor (1.1.0) - unicode-display_width (1.7.0) + unicode-display_width (2.0.0) PLATFORMS ruby @@ -48,7 +48,7 @@ DEPENDENCIES bundler-audit (~> 0.6) minitest (~> 5.11) rake (~> 13.0) - rubocop (~> 0.72) + rubocop (~> 1.13) simplecov (~> 0.15) tiny_struct! diff --git a/tiny_struct.gemspec b/tiny_struct.gemspec index 6631836..5951b44 100644 --- a/tiny_struct.gemspec +++ b/tiny_struct.gemspec @@ -25,6 +25,6 @@ Gem::Specification.new do |spec| spec.add_development_dependency 'bundler-audit', '~> 0.6' spec.add_development_dependency 'minitest', '~> 5.11' spec.add_development_dependency 'rake', '~> 13.0' - spec.add_development_dependency 'rubocop', '~> 0.72' + spec.add_development_dependency 'rubocop', '~> 1.13' spec.add_development_dependency 'simplecov', '~> 0.15' end