mirror of
https://github.com/discourse/discourse.git
synced 2025-06-01 03:54:33 +08:00
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:
@ -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?
|
||||
|
||||
|
Reference in New Issue
Block a user