From a2643e672ea244abfb128c79c1edb95218d736f5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2020 04:17:12 +0000 Subject: [PATCH] Update rubocop requirement from ~> 0.78.0 to ~> 0.79.0 Updates the requirements on [rubocop](https://github.com/rubocop-hq/rubocop) to permit the latest version. - [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.78.0...v0.79.0) Signed-off-by: dependabot-preview[bot] --- license_finder.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/license_finder.gemspec b/license_finder.gemspec index 05c861a05..2e96f262c 100644 --- a/license_finder.gemspec +++ b/license_finder.gemspec @@ -58,7 +58,7 @@ Gem::Specification.new do |s| s.add_development_dependency 'rake' s.add_development_dependency 'rspec', '~> 3' s.add_development_dependency 'rspec-its' - s.add_development_dependency 'rubocop', '~> 0.78.0' + s.add_development_dependency 'rubocop', '~> 0.79.0' s.add_development_dependency 'rubocop-performance', '~> 1.5.0' s.add_development_dependency 'webmock', '~> 3.5'