Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump dfe-analytics from v1.15.2 to v1.15.3 #4763

Merged
merged 1 commit into from
Dec 12, 2024
Merged
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 @@ -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'
Expand Down
14 changes: 8 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand All @@ -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)
Expand Down
Loading