forked from CambridgeEducation/qualtrics_api
-
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.
feat: replace kernel with URI for Ruby 3 compatibility
In Ruby 2, Kernel.open worked for both local and remote files. In Ruby 3, this was changed such that Kernel.open would only open local files. URI.open became the prefered syntax for opening remote files. ruby/open-uri@53862fa Co-authored-by: Nate Perry <[email protected]>
- Loading branch information
1 parent
45bd7bc
commit 9799436
Showing
2 changed files
with
3 additions
and
3 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