From 2fcd384adcf01f1a377870584cf8b9e215f4ef2a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2020 12:45:34 -0600 Subject: [PATCH] Bump rubocop from 0.80.0 to 0.80.1 (#110) * Bump rubocop from 0.80.0 to 0.80.1 Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.80.0 to 0.80.1. - [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.80.0...v0.80.1) Signed-off-by: dependabot-preview[bot] * Pushing another release since 0.17 failed Co-authored-by: Rick Peyton --- Gemfile.lock | 10 +++++----- lib/ramsey_cop/version.rb | 2 +- ramsey_cop.gemspec | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 18ab892..d8ad99a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,9 +1,9 @@ PATH remote: . specs: - ramsey_cop (0.17.0) - rubocop (~> 0.62) - rubocop-performance + ramsey_cop (0.18.0) + rubocop (>= 0.80.1) + rubocop-performance (>= 1.5.2) GEM remote: https://rubygems.org/ @@ -12,7 +12,7 @@ GEM diff-lcs (1.3) jaro_winkler (1.5.4) parallel (1.19.1) - parser (2.7.0.3) + parser (2.7.0.4) ast (~> 2.4.0) rainbow (3.0.0) rake (12.3.3) @@ -30,7 +30,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.9.0) rspec-support (3.9.2) - rubocop (0.80.0) + rubocop (0.80.1) jaro_winkler (~> 1.5.1) parallel (~> 1.10) parser (>= 2.7.0.1) diff --git a/lib/ramsey_cop/version.rb b/lib/ramsey_cop/version.rb index b925b0e..f5a3c4f 100644 --- a/lib/ramsey_cop/version.rb +++ b/lib/ramsey_cop/version.rb @@ -1,3 +1,3 @@ module RamseyCop - VERSION = "0.17.0".freeze + VERSION = "0.18.0".freeze end diff --git a/ramsey_cop.gemspec b/ramsey_cop.gemspec index 094bac5..02fabba 100644 --- a/ramsey_cop.gemspec +++ b/ramsey_cop.gemspec @@ -19,8 +19,8 @@ Gem::Specification.new do |spec| spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] - spec.add_dependency "rubocop", "~> 0.62" - spec.add_dependency "rubocop-performance" + spec.add_dependency "rubocop", ">= 0.80.1" + spec.add_dependency "rubocop-performance", ">= 1.5.2" spec.add_development_dependency "bundler", "~> 1.14" spec.add_development_dependency "rake", "~> 12.3" spec.add_development_dependency "rspec", "~> 3.0"