Skip to content

Commit

Permalink
dfe-analytics 1.5.1
Browse files Browse the repository at this point in the history
And remove a redundant field from the config as directed by
dfe-analytics
  • Loading branch information
duncanjbrown committed Sep 27, 2022
1 parent 4d12f65 commit 70bfa82
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ gem 'colorize'
gem 'rack-mini-profiler', require: ['prepend_net_http_patch']

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

group :development do
gem 'web-console', '>= 3.3.0'
Expand Down
6 changes: 3 additions & 3 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: 8fffe1f87f8ed237d61563cbd87da196a9025a54
tag: v1.5.0
revision: be36a63a0d22b45300550ff3e8d20cdeb468f484
tag: v1.5.1
specs:
dfe-analytics (1.5.0)
dfe-analytics (1.5.1)
google-cloud-bigquery (~> 1.38)
request_store_rails (~> 2)

Expand Down
1 change: 0 additions & 1 deletion config/analytics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,6 @@ shared:
- id
- offer_accepted
- offer_declined
- reference_received
- provider_user_id
- updated_at
- chase_provider_decision
Expand Down

0 comments on commit 70bfa82

Please sign in to comment.