Skip to content

Commit 81de5cf

Browse files
authored
fix(core): fixes uninitialized Pathname issue (#18480)
1 parent a9a2647 commit 81de5cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

google-apis-core/lib/google/apis/core/download.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
require 'google/apis/core/api_command'
1616
require 'google/apis/errors'
1717
require 'addressable/uri'
18+
require 'pathname'
1819

1920
module Google
2021
module Apis

0 commit comments

Comments
 (0)