From 4a239831d8f3693fd594e88efb79b1a647ea696e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 5 Dec 2018 14:54:07 +0000 Subject: [PATCH] Update rubocop requirement from ~> 0.60.0 to ~> 0.61.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/commits/v0.61.0) Signed-off-by: dependabot[bot] --- dependabot-core.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependabot-core.gemspec b/dependabot-core.gemspec index 19869b89b8..3909bba7fc 100644 --- a/dependabot-core.gemspec +++ b/dependabot-core.gemspec @@ -38,7 +38,7 @@ Gem::Specification.new do |spec| spec.add_development_dependency "rspec", "~> 3.8.0" spec.add_development_dependency "rspec-its", "~> 1.2.0" spec.add_development_dependency "rspec_junit_formatter", "~> 0.4" - spec.add_development_dependency "rubocop", "~> 0.60.0" + spec.add_development_dependency "rubocop", "~> 0.61.0" spec.add_development_dependency "vcr", "~> 4.0.0" spec.add_development_dependency "webmock", "~> 3.4.0"