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.14.0 to v1.14.1 #789

Merged
merged 1 commit into from
Aug 19, 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 @@ -11,7 +11,7 @@ gem "bootsnap", require: false
gem "console1984"
gem "cssbundling-rails"
gem "data_migrate"
gem "dfe-analytics", github: "DFE-Digital/dfe-analytics", tag: "v1.14.0"
gem "dfe-analytics", github: "DFE-Digital/dfe-analytics", tag: "v1.14.1"
gem "faraday"
gem "govuk-components", "~> 5.5"
gem "govuk_design_system_formbuilder", "~> 5.4"
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
GIT
remote: https://github.com/DFE-Digital/dfe-analytics.git
revision: d92d0b91b68eebdeb5a22815577be55ef617093f
tag: v1.14.0
revision: 79378cc466a40c6a6cba317e232cbf48ec79ab7d
tag: v1.14.1
specs:
dfe-analytics (1.14.0)
dfe-analytics (1.14.1)
google-cloud-bigquery (~> 1.38)
httparty (~> 0.21)
multi_xml (~> 0.6.0)
Expand Down Expand Up @@ -206,7 +206,7 @@ GEM
raabro (~> 1.4)
globalid (1.2.1)
activesupport (>= 6.1)
google-apis-bigquery_v2 (0.74.0)
google-apis-bigquery_v2 (0.75.0)
google-apis-core (>= 0.15.0, < 2.a)
google-apis-core (0.15.1)
addressable (~> 2.5, >= 2.5.1)
Expand Down
Loading