From 6e9ed85976d0a05e46f0299ea60b9dbb88b2f71b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Jul 2023 13:37:36 +0000 Subject: [PATCH] Update voxpupuli-rubocop requirement from ~> 1.1 to ~> 2.0 Updates the requirements on [voxpupuli-rubocop](https://github.com/voxpupuli/voxpupuli-rubocop) to permit the latest version. - [Changelog](https://github.com/voxpupuli/voxpupuli-rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/voxpupuli/voxpupuli-rubocop/compare/v1.1.0...v2.0.0) --- updated-dependencies: - dependency-name: voxpupuli-rubocop dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index d24cd36..b9ddab0 100644 --- a/Gemfile +++ b/Gemfile @@ -17,5 +17,5 @@ group :development do gem 'rspec', '~> 3.12' gem 'rspec-collection_matchers', '~> 1.2' gem 'rspec-its', '~> 1.3' - gem 'voxpupuli-rubocop', '~> 1.1' + gem 'voxpupuli-rubocop', '~> 2.0' end