Skip to content

Commit

Permalink
force google cloud api versions
Browse files Browse the repository at this point in the history
  • Loading branch information
martyn-w committed Nov 14, 2024
1 parent 369278b commit c6ff9d4
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 16 deletions.
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,14 @@ gem "redis", "~> 4.7"

gem 'kaminari'

gem "dfe-analytics", github: "DFE-Digital/dfe-analytics", tag: "v1.15.0"
gem "dfe-analytics", github: "DFE-Digital/dfe-analytics", tag: "v1.14.2"
gem 'dfe-autocomplete', require: 'dfe/autocomplete', github: 'DFE-Digital/dfe-autocomplete'
gem 'dfe-reference-data', require: 'dfe/reference_data', github: 'DFE-Digital/dfe-reference-data', tag: 'v3.5.0'

gem "rolify"

gem "google-cloud-bigquery", "1.50.0"

gem 'phonelib'
gem 'sentry-rails'
gem 'sentry-ruby'
Expand Down
34 changes: 19 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
GIT
remote: https://github.com/DFE-Digital/dfe-analytics.git
revision: 15208a10476428d645f69b184f18eba6cd1b6213
tag: v1.15.0
revision: 706595e52fed211cee53ad99ceaeaabb47a059cc
tag: v1.14.2
specs:
dfe-analytics (1.15.0)
dfe-analytics (1.14.2)
google-cloud-bigquery (~> 1.38)
httparty (~> 0.21)
multi_xml (~> 0.6.0)
Expand Down Expand Up @@ -277,29 +277,31 @@ GEM
geocoder (1.8.2)
globalid (1.2.1)
activesupport (>= 6.1)
google-apis-bigquery_v2 (0.62.0)
google-apis-core (>= 0.12.0, < 2.a)
google-apis-core (0.12.0)
google-apis-bigquery_v2 (0.80.0)
google-apis-core (>= 0.15.0, < 2.a)
google-apis-core (0.15.1)
addressable (~> 2.5, >= 2.5.1)
googleauth (~> 1.9)
httpclient (>= 2.8.1, < 3.a)
httpclient (>= 2.8.3, < 3.a)
mini_mime (~> 1.0)
mutex_m
representable (~> 3.0)
retriable (>= 2.0, < 4.a)
rexml
google-cloud-bigquery (1.45.0)
google-cloud-bigquery (1.50.0)
bigdecimal (~> 3.0)
concurrent-ruby (~> 1.0)
google-apis-bigquery_v2 (~> 0.1)
google-apis-bigquery_v2 (~> 0.71)
google-apis-core (~> 0.13)
google-cloud-core (~> 1.6)
googleauth (>= 0.16.2, < 2.a)
googleauth (~> 1.9)
mini_mime (~> 1.0)
google-cloud-core (1.6.1)
google-cloud-core (1.7.1)
google-cloud-env (>= 1.0, < 3.a)
google-cloud-errors (~> 1.0)
google-cloud-env (2.1.0)
google-cloud-env (2.2.1)
faraday (>= 1.0, < 3.a)
google-cloud-errors (1.3.1)
googleauth (1.9.1)
google-cloud-errors (1.4.0)
googleauth (1.11.2)
faraday (>= 1.0, < 3.a)
google-cloud-env (~> 2.1)
jwt (>= 1.4, < 3.0)
Expand Down Expand Up @@ -376,6 +378,7 @@ GEM
multi_test (1.1.0)
multi_xml (0.6.0)
multipart-post (2.4.1)
mutex_m (0.2.0)
net-imap (0.4.10)
date
net-protocol
Expand Down Expand Up @@ -745,6 +748,7 @@ DEPENDENCIES
foreman
geocoder
get_into_teaching_api_client_faraday (= 3.4.0)!
google-cloud-bigquery (= 1.50.0)
govuk_design_system_formbuilder (~> 4.0.0)
hashids
ice_cube
Expand Down

0 comments on commit c6ff9d4

Please sign in to comment.