From 04e80cca6afe32a263c6f6f712c05d2e4cf24d7d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2020 06:16:38 +0000 Subject: [PATCH] Update rubocop-rspec requirement from ~> 1.33.0 to ~> 1.41.0 Updates the requirements on [rubocop-rspec](https://github.com/rubocop-hq/rubocop-rspec) to permit the latest version. - [Release notes](https://github.com/rubocop-hq/rubocop-rspec/releases) - [Changelog](https://github.com/rubocop-hq/rubocop-rspec/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop-hq/rubocop-rspec/compare/v1.33.0...v1.41.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 bc6a175..c804620 100644 --- a/bing-ads-reporting.gemspec +++ b/bing-ads-reporting.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |gem| gem.add_development_dependency 'rspec', '~> 3.4.0' gem.add_development_dependency 'rubocop', '~> 0.70.0' gem.add_development_dependency 'rubocop-performance', '~> 1.3.0' - gem.add_development_dependency 'rubocop-rspec', '~> 1.33.0' + gem.add_development_dependency 'rubocop-rspec', '~> 1.41.0' gem.license = 'MIT' end