Skip to content

Commit fe7e1ee

Browse files
author
Stacy Hayes
authored
Merge pull request #652 from citizensadvice/CP-895-cookie-versioning
set cookie preferences version to v0.1.0 [CP-895]
2 parents 75cc780 + 1f6acd9 commit fe7e1ee

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ gem "citizens_advice_components",
4242
glob: "engine/*.gemspec"
4343

4444
gem "citizens_advice_cookie_preferences",
45-
github: "citizensadvice/cookie-preferences"
45+
github: "citizensadvice/cookie-preferences",
46+
tag: "v0.1.0"
4647

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

Gemfile.lock

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ GIT
2121

2222
GIT
2323
remote: https://github.com/citizensadvice/cookie-preferences.git
24-
revision: f3b3de3643ab1b1ac91b8997babb66904aa5c32a
24+
revision: 387fcecdc9bf3e5508442b5e14abf7e1f8be921b
25+
tag: v0.1.0
2526
specs:
2627
citizens_advice_cookie_preferences (0.1.0)
2728
citizens_advice_components (> 8.0.0)

0 commit comments

Comments
 (0)