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.0 to v1.15.1 #4716

Merged
merged 1 commit into from
Nov 27, 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 @@ -135,7 +135,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.0'
gem 'dfe-analytics', github: 'DFE-Digital/dfe-analytics', tag: 'v1.15.1'

# For running data migrations
gem 'data_migrate', '11.2.0'
Expand Down
8 changes: 4 additions & 4 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: 15208a10476428d645f69b184f18eba6cd1b6213
tag: v1.15.0
revision: 7618b23697e91ab1ababee5234faaa260f6c873e
tag: v1.15.1
specs:
dfe-analytics (1.15.0)
dfe-analytics (1.15.1)
google-cloud-bigquery (~> 1.38)
httparty (~> 0.21)
multi_xml (~> 0.6.0)
Expand Down Expand Up @@ -412,7 +412,7 @@ GEM
msgpack (1.7.2)
multi_json (1.15.0)
multi_xml (0.6.0)
mutex_m (0.2.0)
mutex_m (0.3.0)
net-http (0.5.0)
uri
net-http-persistent (4.0.4)
Expand Down
Loading