Skip to content

Commit

Permalink
Bump dfe-analytics from v1.10.1 to v1.11.0
Browse files Browse the repository at this point in the history
Bumps [dfe-analytics](https://github.com/DFE-Digital/dfe-analytics) from v1.10.1 to v1.11.0.
- [Changelog](https://github.com/DFE-Digital/dfe-analytics/blob/main/CHANGELOG.md)
- [Commits](DFE-Digital/dfe-analytics@11d75a3...efcd939)

---
updated-dependencies:
- dependency-name: dfe-analytics
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 5, 2023
1 parent da36ed0 commit ed3266a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ gem "omniauth_openid_connect"
gem "omniauth-rails_csrf_protection"

# Sending events to BigQuery
gem "dfe-analytics", github: "DFE-Digital/dfe-analytics", tag: "v1.10.1"
gem "dfe-analytics", github: "DFE-Digital/dfe-analytics", tag: "v1.11.0"

# Scheduling jobs
gem "clockwork"
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: 11d75a3c92cc15439c00ea7f2f8686acffefc103
tag: v1.10.1
revision: efcd939fecbc64574a3e1d5d5efef7e14b65f39f
tag: v1.11.0
specs:
dfe-analytics (1.10.1)
dfe-analytics (1.11.0)
google-cloud-bigquery (~> 1.38)
request_store_rails (~> 2)

Expand Down Expand Up @@ -89,6 +89,7 @@ GEM
ast (2.4.2)
attr_required (1.0.1)
backport (1.2.0)
base64 (0.1.1)
benchmark (0.2.1)
bindata (2.4.15)
bindex (0.8.1)
Expand Down Expand Up @@ -134,7 +135,8 @@ GEM
factory_bot_rails (6.2.0)
factory_bot (~> 6.2.0)
railties (>= 5.0.0)
faraday (2.7.10)
faraday (2.7.11)
base64
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-follow_redirects (0.3.0)
Expand All @@ -158,7 +160,7 @@ GEM
retriable (>= 2.0, < 4.a)
rexml
webrick
google-cloud-bigquery (1.44.2)
google-cloud-bigquery (1.45.0)
concurrent-ruby (~> 1.0)
google-apis-bigquery_v2 (~> 0.1)
google-cloud-core (~> 1.6)
Expand All @@ -170,7 +172,7 @@ GEM
google-cloud-env (1.6.0)
faraday (>= 0.17.3, < 3.0)
google-cloud-errors (1.3.1)
googleauth (1.8.0)
googleauth (1.8.1)
faraday (>= 0.17.3, < 3.a)
jwt (>= 1.4, < 3.0)
multi_json (~> 1.11)
Expand Down

0 comments on commit ed3266a

Please sign in to comment.