Skip to content

Commit 9cb40d1

Browse files
Merge pull request #161 from Nozomuts/refactor-use-specific-google-apis
Replace google-api-client with specific Google APIs
2 parents 0703085 + 602103c commit 9cb40d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

embulk-output-bigquery.gemspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ Gem::Specification.new do |spec|
1515
spec.require_paths = ["lib"]
1616

1717
# the latest version
18-
spec.add_dependency 'google-api-client','= 0.53.0'
18+
spec.add_dependency 'google-apis-storage_v1'
19+
spec.add_dependency 'google-apis-bigquery_v2'
1920
spec.add_dependency 'time_with_zone'
2021
spec.add_dependency 'thwait'
2122
# activesupport require Ruby >= 2.7.0

0 commit comments

Comments
 (0)