From dda41cf25322fc21ceb62a97a0fbba6d49952c56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jul 2021 01:51:43 +0200 Subject: [PATCH] Build(deps): Bump rubocop from 1.18.2 to 1.18.3 (#13653) * Build(deps): Bump rubocop from 1.18.2 to 1.18.3 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.18.2 to 1.18.3. - [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.18.2...v1.18.3) --- updated-dependencies: - dependency-name: rubocop dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Fix offences Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jarek Radosz --- Gemfile.lock | 2 +- lib/freedom_patches/open_uri_redirections.rb | 2 +- spec/models/global_setting_spec.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 4e1908e0056..5c8cbb170d3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -383,7 +383,7 @@ GEM json-schema (~> 2.2) railties (>= 3.1, < 7.0) rtlit (0.0.5) - rubocop (1.18.2) + rubocop (1.18.3) parallel (~> 1.10) parser (>= 3.0.0.0) rainbow (>= 2.2.2, < 4.0) diff --git a/lib/freedom_patches/open_uri_redirections.rb b/lib/freedom_patches/open_uri_redirections.rb index b6772798052..5886fcc0652 100644 --- a/lib/freedom_patches/open_uri_redirections.rb +++ b/lib/freedom_patches/open_uri_redirections.rb @@ -23,7 +23,7 @@ require "open-uri" module OpenURI - class <