Skip to content

Commit

Permalink
fix(core): fixes uninitialized Pathname issue (#18480)
Browse files Browse the repository at this point in the history
  • Loading branch information
shivgautam authored Mar 13, 2024
1 parent a9a2647 commit 81de5cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions google-apis-core/lib/google/apis/core/download.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
require 'google/apis/core/api_command'
require 'google/apis/errors'
require 'addressable/uri'
require 'pathname'

module Google
module Apis
Expand Down

0 comments on commit 81de5cf

Please sign in to comment.