Skip to content

Commit

Permalink
Merge pull request #1956 from alphagov/add-bigquery-gem
Browse files Browse the repository at this point in the history
Add Google Cloud BigQuery gem
  • Loading branch information
deborahchua authored Oct 12, 2023
2 parents 01df70f + 360d13a commit 68823f6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ gem "activerecord-import"
gem "awesome_print"
gem "bootsnap", require: false
gem "google-api-client"
gem "google-cloud-bigquery"
gem "govuk_message_queue_consumer"
gem "httparty"
gem "jbuilder"
Expand Down
15 changes: 15 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,8 @@ GEM
google-api-client (0.53.0)
google-apis-core (~> 0.1)
google-apis-generator (~> 0.1)
google-apis-bigquery_v2 (0.33.0)
google-apis-core (>= 0.4, < 2.a)
google-apis-core (0.4.2)
addressable (~> 2.5, >= 2.5.1)
googleauth (>= 0.16.2, < 2.a)
Expand All @@ -172,6 +174,18 @@ GEM
google-apis-core (>= 0.4, < 2.a)
google-apis-discovery_v1 (~> 0.5)
thor (>= 0.20, < 2.a)
google-cloud-bigquery (1.45.0)
concurrent-ruby (~> 1.0)
google-apis-bigquery_v2 (~> 0.1)
google-cloud-core (~> 1.6)
googleauth (>= 0.16.2, < 2.a)
mini_mime (~> 1.0)
google-cloud-core (1.6.0)
google-cloud-env (~> 1.0)
google-cloud-errors (~> 1.0)
google-cloud-env (1.6.0)
faraday (>= 0.17.3, < 3.0)
google-cloud-errors (1.3.1)
google-protobuf (3.24.4)
googleapis-common-protos-types (1.9.0)
google-protobuf (~> 3.18)
Expand Down Expand Up @@ -758,6 +772,7 @@ DEPENDENCIES
gds-api-adapters
gds-sso
google-api-client
google-cloud-bigquery
govuk_app_config
govuk_message_queue_consumer
govuk_schemas
Expand Down

0 comments on commit 68823f6

Please sign in to comment.