From 93e08ed97f026a0ca90dfa2efec4f908080c5415 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2019 17:14:26 +0000 Subject: [PATCH] Update rubocop requirement from ~> 0.70.0 to ~> 0.75.1 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.1) 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..3b9d186 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.1' gem.add_development_dependency 'rubocop-performance', '~> 1.3.0' gem.add_development_dependency 'rubocop-rspec', '~> 1.33.0'