diff --git a/Gemfile b/Gemfile index 331ac82f3..486aa9f3e 100644 --- a/Gemfile +++ b/Gemfile @@ -105,7 +105,7 @@ gem "geocoder" gem "audited" # BigQuery -gem "dfe-analytics", github: "DFE-Digital/dfe-analytics", tag: "v1.13.0" +gem "dfe-analytics", github: "DFE-Digital/dfe-analytics", tag: "v1.14.0" # Migrations gem "strong_migrations" diff --git a/Gemfile.lock b/Gemfile.lock index 3a111124b..ddbf4c1a6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,9 +1,9 @@ GIT remote: https://github.com/DFE-Digital/dfe-analytics.git - revision: b2ea063f7c3616b034118589efe48cea30134b4c - tag: v1.13.0 + revision: d92d0b91b68eebdeb5a22815577be55ef617093f + tag: v1.14.0 specs: - dfe-analytics (1.13.0) + dfe-analytics (1.14.0) google-cloud-bigquery (~> 1.38) httparty (~> 0.21) multi_xml (~> 0.6.0) @@ -218,12 +218,12 @@ GEM railties (>= 5.0.0) faker (3.4.2) i18n (>= 1.8.11, < 2) - faraday (2.10.0) + faraday (2.10.1) faraday-net_http (>= 2.0, < 3.2) logger faraday-follow_redirects (0.3.0) faraday (>= 1, < 3) - faraday-net_http (3.1.0) + faraday-net_http (3.1.1) net-http flipflop (2.7.1) activesupport (>= 4.0) @@ -243,16 +243,16 @@ GEM fugit (>= 1.1) railties (>= 6.0.0) thor (>= 0.14.1) - google-apis-bigquery_v2 (0.72.0) + google-apis-bigquery_v2 (0.74.0) google-apis-core (>= 0.15.0, < 2.a) - google-apis-core (0.15.0) + 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.50.0) bigdecimal (~> 3.0) concurrent-ruby (~> 1.0) @@ -432,7 +432,7 @@ GEM pry (>= 0.13.0) psych (5.1.2) stringio - public_suffix (6.0.0) + public_suffix (6.0.1) puma (6.4.2) nio4r (~> 2.0) pundit (2.3.2)