forked from ManageIQ/manageiq-smartstate
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use URI::DEFAULT_PARSER escape/unescape to avoid ruby 2.7 warnings
Fixes various warnings of this variety: app/models/file_depot_ftp.rb:128: warning: URI.escape is obsolete app/models/mixins/file_depot_mixin.rb:42: warning: URI.escape is obsolete From: ManageIQ/manageiq#21036 Related: ManageIQ/manageiq#19678 (transferred from ManageIQ/manageiq-gems-pending@3bddaa4)
- Loading branch information
1 parent
274e3f8
commit 70f96e0
Showing
3 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters