Skip to content

Commit

Permalink
Merge pull request #161 from Nozomuts/refactor-use-specific-google-apis
Browse files Browse the repository at this point in the history
Replace google-api-client with specific Google APIs
  • Loading branch information
hiroyuki-sato authored Mar 4, 2024
2 parents 0703085 + 602103c commit 9cb40d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion embulk-output-bigquery.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

# the latest version
spec.add_dependency 'google-api-client','= 0.53.0'
spec.add_dependency 'google-apis-storage_v1'
spec.add_dependency 'google-apis-bigquery_v2'
spec.add_dependency 'time_with_zone'
spec.add_dependency 'thwait'
# activesupport require Ruby >= 2.7.0
Expand Down

0 comments on commit 9cb40d1

Please sign in to comment.