Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,6 @@ end
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]

gem "dfe-analytics", github: "DFE-Digital/dfe-analytics", tag: "v1.15.9"
gem "dfe-analytics", github: "DFE-Digital/dfe-analytics", tag: "v1.15.14"

gem "reactionview", "~> 0.1.2"
28 changes: 14 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
GIT
remote: https://github.com/DFE-Digital/dfe-analytics.git
revision: 66887ceeb047568ad4d8a1df7ef1670d13d59a19
tag: v1.15.9
revision: 31c25462e5fa824c1e75a1099c06e0676724731c
tag: v1.15.14
specs:
dfe-analytics (1.15.9)
dfe-analytics (1.15.14)
google-cloud-bigquery (~> 1.38)
httparty (~> 0.21)
httparty (~> 0.24)
multi_xml (~> 0.6.0)
request_store_rails (~> 2)

Expand Down Expand Up @@ -96,8 +96,8 @@ GEM
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
uri (>= 0.13.1)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
addressable (2.8.8)
public_suffix (>= 2.0.2, < 8.0)
aes_key_wrap (1.1.0)
ast (2.4.3)
attr_required (1.0.1)
Expand Down Expand Up @@ -172,7 +172,7 @@ GEM
faraday-em_synchrony (1.0.1)
faraday-excon (1.1.0)
faraday-httpclient (1.0.1)
faraday-multipart (1.1.1)
faraday-multipart (1.2.0)
multipart-post (~> 2.0)
faraday-net_http (1.0.2)
faraday-net_http_persistent (1.2.0)
Expand All @@ -195,7 +195,7 @@ GEM
raabro (~> 1.4)
globalid (1.3.0)
activesupport (>= 6.1)
google-apis-bigquery_v2 (0.89.0)
google-apis-bigquery_v2 (0.98.0)
google-apis-core (>= 0.15.0, < 2.a)
google-apis-core (0.18.0)
addressable (~> 2.5, >= 2.5.1)
Expand All @@ -205,11 +205,11 @@ GEM
mutex_m
representable (~> 3.0)
retriable (>= 2.0, < 4.a)
google-cloud-bigquery (1.52.1)
google-cloud-bigquery (1.62.0)
bigdecimal (~> 3.0)
concurrent-ruby (~> 1.0)
google-apis-bigquery_v2 (~> 0.71)
google-apis-core (~> 0.13)
google-apis-core (>= 0.18, < 2)
google-cloud-core (~> 1.6)
googleauth (~> 1.9)
mini_mime (~> 1.0)
Expand All @@ -235,7 +235,7 @@ GEM
rake (>= 13)
googleapis-common-protos-types (1.22.0)
google-protobuf (~> 4.26)
googleauth (1.15.1)
googleauth (1.16.1)
faraday (>= 1.0, < 3.a)
google-cloud-env (~> 2.2)
google-logging-utils (~> 0.1)
Expand Down Expand Up @@ -285,7 +285,7 @@ GEM
herb (0.7.4-x86_64-linux-musl)
html-attributes-utils (1.0.2)
activesupport (>= 6.1.4.4)
httparty (0.24.0)
httparty (0.24.2)
csv
mini_mime (>= 1.0.0)
multi_xml (>= 0.5.2)
Expand Down Expand Up @@ -361,7 +361,7 @@ GEM
stimulus-rails
turbo-rails
msgpack (1.8.0)
multi_json (1.15.0)
multi_json (1.19.1)
multi_xml (0.6.0)
multipart-post (2.4.1)
mutex_m (0.3.0)
Expand Down Expand Up @@ -606,7 +606,7 @@ GEM
psych (5.3.1)
date
stringio
public_suffix (6.0.2)
public_suffix (7.0.2)
puma (7.1.0)
nio4r (~> 2.0)
raabro (1.4.0)
Expand Down
Loading