Skip to content

Commit

Permalink
Bump dfe-analytics from v1.15.1 to v1.15.3 (#10170)
Browse files Browse the repository at this point in the history
Bumps [dfe-analytics](https://github.com/DFE-Digital/dfe-analytics) from
v1.15.1 to v1.15.3.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/DFE-Digital/dfe-analytics/blob/main/CHANGELOG.md">dfe-analytics's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/DFE-Digital/dfe-analytics/tree/v1.15.3">v1.15.3</a>
(2024-12-10)</h2>
<p><a
href="https://github.com/DFE-Digital/dfe-analytics/compare/v1.15.2...v1.15.3">Full
Changelog</a></p>
<p><strong>Merged pull requests:</strong></p>
<ul>
<li>Breaking change on events with_data() method introduced with v1.13.0
release <a
href="https://redirect.github.com/DFE-Digital/dfe-analytics/pull/184">#184</a>
(<a href="https://github.com/asatwal">asatwal</a>)</li>
</ul>
<h2><a
href="https://github.com/DFE-Digital/dfe-analytics/tree/v1.15.2">v1.15.2</a>
(2024-12-03)</h2>
<p><a
href="https://github.com/DFE-Digital/dfe-analytics/compare/v1.15.1...v1.15.2">Full
Changelog</a></p>
<p><strong>Fixed bugs:</strong></p>
<ul>
<li>change remote_ip <a
href="https://redirect.github.com/DFE-Digital/dfe-analytics/pull/179">#179</a>
(<a href="https://github.com/goodviber">goodviber</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/DFE-Digital/dfe-analytics/commit/322a89542ae675e2e27b404ef9b3689966cb75c3"><code>322a895</code></a>
v1.15.3 (<a
href="https://redirect.github.com/DFE-Digital/dfe-analytics/issues/185">#185</a>)</li>
<li><a
href="https://github.com/DFE-Digital/dfe-analytics/commit/72a5f1aede59443e6fb8ffe1122d7ae6263621b5"><code>72a5f1a</code></a>
Breaking change on events with_data() method introduced with v1.13.0
release ...</li>
<li><a
href="https://github.com/DFE-Digital/dfe-analytics/commit/0f5cb403960e4108a0ee015c9717b072dadc51bf"><code>0f5cb40</code></a>
Merge pull request <a
href="https://redirect.github.com/DFE-Digital/dfe-analytics/issues/180">#180</a>
from DFE-Digital/v1.15.2-release</li>
<li><a
href="https://github.com/DFE-Digital/dfe-analytics/commit/82c94b22afd8e799d445394ffc387e41f8fd9366"><code>82c94b2</code></a>
v1.15.2</li>
<li><a
href="https://github.com/DFE-Digital/dfe-analytics/commit/37dd627109ee6e0c3f532cf590d44f5cdb42d2f5"><code>37dd627</code></a>
Merge pull request <a
href="https://redirect.github.com/DFE-Digital/dfe-analytics/issues/179">#179</a>
from DFE-Digital/remote-ip-fix</li>
<li><a
href="https://github.com/DFE-Digital/dfe-analytics/commit/984e241efdfeac84558e6a7c6a3051424d576dce"><code>984e241</code></a>
change remote_ip</li>
<li>See full diff in <a
href="https://github.com/DFE-Digital/dfe-analytics/compare/7618b23697e91ab1ababee5234faaa260f6c873e...322a89542ae675e2e27b404ef9b3689966cb75c3">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: David Young <[email protected]>
Co-authored-by: Daniel Dye <[email protected]>
  • Loading branch information
3 people authored Dec 17, 2024
1 parent 11d6f30 commit f2a3faa
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ gem 'colorize'
gem 'rack-mini-profiler', require: ['prepend_net_http_patch']

# BigQuery
gem 'dfe-analytics', github: 'DFE-Digital/dfe-analytics', tag: 'v1.15.1'
gem 'dfe-analytics', github: 'DFE-Digital/dfe-analytics', tag: 'v1.15.3'

# Azure Blob Storage
gem 'azure-blob'
Expand Down
14 changes: 8 additions & 6 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: 7618b23697e91ab1ababee5234faaa260f6c873e
tag: v1.15.1
revision: 322a89542ae675e2e27b404ef9b3689966cb75c3
tag: v1.15.3
specs:
dfe-analytics (1.15.1)
dfe-analytics (1.15.3)
google-cloud-bigquery (~> 1.38)
httparty (~> 0.21)
multi_xml (~> 0.6.0)
Expand Down Expand Up @@ -300,7 +300,7 @@ GEM
csv (>= 3.0.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 @@ -324,9 +324,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
2 changes: 1 addition & 1 deletion spec/services/adviser/tracking_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
original_fullpath: '/path',
query_string: nil,
referer: nil,
remote_ip: '1.2.3.4')
headers: { 'X-REAL-IP' => '1.2.3.4' })
end

subject(:tracker) { described_class.new(current_user_double, request_double) }
Expand Down
2 changes: 1 addition & 1 deletion spec/services/provider_interface/tracking_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
original_fullpath: '/path',
query_string: nil,
referer: nil,
remote_ip: '1.2.3.4')
headers: { 'X-REAL-IP' => '1.2.3.4' })
end

subject(:tracker) { described_class.new(current_user_double, request_double) }
Expand Down

0 comments on commit f2a3faa

Please sign in to comment.