From c69b0a62980e9e617456968ec059379c721f4e8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Apr 2023 12:01:26 +0100 Subject: [PATCH] Update rubocop requirement from ~> 1.49.0 to ~> 1.50.0 (#93) Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v1.49.0...v1.50.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 4a8aab8..de28229 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ group :development, :test do gem "rspec", "~> 3.12.0" gem "rspec-its", "~> 1.3.0" gem "rspec_junit_formatter", "~> 0.6.0" - gem "rubocop", "~> 1.49.0" + gem "rubocop", "~> 1.50.0" gem "rubocop-rake", "~> 0.6.0" gem "simplecov", "~> 0.22.0" gem "webmock", "~> 3.18.1"