Skip to content

Commit 4bcff7f

Browse files
chore: update cookie preferences gem to v0.5.0
Only resetting the cookies if the cookie_preference_set version is older than the current
1 parent 80751be commit 4bcff7f

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ gem "citizens_advice_components",
4343

4444
gem "citizens_advice_cookie_preferences",
4545
github: "citizensadvice/cookie-preferences",
46-
tag: "v0.4.2"
46+
tag: "v0.5.0"
4747

4848
# The citizens_advice_components gem uses view component but we also use this to write
4949
# our app components so explicitly name it as an application dependency.

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ GIT
2121

2222
GIT
2323
remote: https://github.com/citizensadvice/cookie-preferences.git
24-
revision: b213b668adbab61f8c5321ff447c25e3b6f7d3ea
25-
tag: v0.4.2
24+
revision: a98fb04be831fcb9e7692010a64100c976ebd5c6
25+
tag: v0.5.0
2626
specs:
27-
citizens_advice_cookie_preferences (0.4.2)
27+
citizens_advice_cookie_preferences (0.5.0)
2828
addressable (~> 2.7)
2929
citizens_advice_components (> 8.0.0)
3030
meta-tags

0 commit comments

Comments
 (0)