From c4cb1d9a81b578d2e77d9c230ca29eaaebec8359 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2019 07:52:15 +0000 Subject: [PATCH] Update rubocop requirement from ~> 0.70.0 to ~> 0.75.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.70.0...v0.75.0) Signed-off-by: dependabot-preview[bot] --- bing-ads-reporting.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bing-ads-reporting.gemspec b/bing-ads-reporting.gemspec index 3fa8d45..27dec6e 100644 --- a/bing-ads-reporting.gemspec +++ b/bing-ads-reporting.gemspec @@ -24,7 +24,7 @@ Gem::Specification.new do |gem| gem.add_development_dependency 'reek', '~> 5.4.0' gem.add_development_dependency 'rspec', '~> 3.4.0' - gem.add_development_dependency 'rubocop', '~> 0.70.0' + gem.add_development_dependency 'rubocop', '~> 0.75.0' gem.add_development_dependency 'rubocop-performance', '~> 1.3.0' gem.add_development_dependency 'rubocop-rspec', '~> 1.33.0'