diff --git a/Gemfile b/Gemfile index c30f2d973b..4dbc946500 100644 --- a/Gemfile +++ b/Gemfile @@ -138,7 +138,7 @@ gem 'jsbundling-rails', '~> 1.2' gem 'sprockets-rails', require: 'sprockets/railtie' # for sending analytics data to the analytics platform -gem 'dfe-analytics', github: 'DFE-Digital/dfe-analytics', tag: 'v1.11.2' +gem 'dfe-analytics', github: 'DFE-Digital/dfe-analytics', tag: 'v1.11.4' # For running data migrations gem 'data_migrate', '~> 9.2.0' diff --git a/Gemfile.lock b/Gemfile.lock index e1702ee237..f0f40acf6d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,10 +7,10 @@ GIT GIT remote: https://github.com/DFE-Digital/dfe-analytics.git - revision: 01d6860d9b528616aa9b7c08633f88ed8b0952f6 - tag: v1.11.2 + revision: 7f1dc926ccd382d339b5e3373e6fe2b0ebe4b432 + tag: v1.11.4 specs: - dfe-analytics (1.11.2) + dfe-analytics (1.11.4) google-cloud-bigquery (~> 1.38) request_store_rails (~> 2) @@ -117,7 +117,7 @@ GEM i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) - addressable (2.8.5) + addressable (2.8.6) public_suffix (>= 2.0.2, < 6.0) aes_key_wrap (1.1.0) amazing_print (1.5.0) @@ -303,14 +303,15 @@ GEM 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-core (1.6.1) + google-cloud-env (>= 1.0, < 3.a) google-cloud-errors (~> 1.0) - google-cloud-env (1.6.0) - faraday (>= 0.17.3, < 3.0) + google-cloud-env (2.1.0) + faraday (>= 1.0, < 3.a) google-cloud-errors (1.3.1) - googleauth (1.8.1) - faraday (>= 0.17.3, < 3.a) + googleauth (1.9.1) + faraday (>= 1.0, < 3.a) + google-cloud-env (~> 2.1) jwt (>= 1.4, < 3.0) multi_json (~> 1.11) os (>= 0.9, < 2.0)