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] <support@github.com>

* Fix offences

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jarek Radosz <jradosz@gmail.com>
This commit is contained in:
dependabot[bot]
2021-07-07 01:51:43 +02:00
committed by GitHub
parent f86af689ee
commit dda41cf253
3 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@
require "open-uri"
module OpenURI
class <<self
class << self
alias_method :open_uri_original, :open_uri
alias_method :redirectable_cautious?, :redirectable?