diff --git a/Gemfile b/Gemfile index 60312d6895..076d306393 100644 --- a/Gemfile +++ b/Gemfile @@ -132,7 +132,7 @@ gem 'jsbundling-rails', '~> 1.3' gem 'propshaft' # for sending analytics data to the analytics platform -gem 'dfe-analytics', github: 'DFE-Digital/dfe-analytics', tag: 'v1.15.2' +gem 'dfe-analytics', github: 'DFE-Digital/dfe-analytics', tag: 'v1.15.3' # For running data migrations gem 'data_migrate', '11.2.0' diff --git a/Gemfile.lock b/Gemfile.lock index 9bf1a9afe9..6c8792f917 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,10 +7,10 @@ GIT GIT remote: https://github.com/DFE-Digital/dfe-analytics.git - revision: 82c94b22afd8e799d445394ffc387e41f8fd9366 - tag: v1.15.2 + revision: 322a89542ae675e2e27b404ef9b3689966cb75c3 + tag: v1.15.3 specs: - dfe-analytics (1.15.2) + dfe-analytics (1.15.3) google-cloud-bigquery (~> 1.38) httparty (~> 0.21) multi_xml (~> 0.6.0) @@ -286,7 +286,7 @@ GEM rails (>= 3.0) globalid (1.2.1) activesupport (>= 6.1) - google-apis-bigquery_v2 (0.81.0) + google-apis-bigquery_v2 (0.82.0) google-apis-core (>= 0.15.0, < 2.a) google-apis-core (0.15.1) addressable (~> 2.5, >= 2.5.1) @@ -310,9 +310,11 @@ GEM google-cloud-env (2.2.1) faraday (>= 1.0, < 3.a) google-cloud-errors (1.4.0) - googleauth (1.11.2) + google-logging-utils (0.1.0) + googleauth (1.12.0) faraday (>= 1.0, < 3.a) - google-cloud-env (~> 2.1) + google-cloud-env (~> 2.2) + google-logging-utils (~> 0.1) jwt (>= 1.4, < 3.0) multi_json (~> 1.11) os (>= 0.9, < 2.0)