Skip to content

Commit 90fe26c

Browse files
committed
Bumped version to 3.7.0
1 parent daade13 commit 90fe26c

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ Add this line to your application's Gemfile:
2222
# Rails 7.2
2323
gem 'paranoia_uniqueness_validator', '3.6.0'
2424

25+
# Rails 8.0
26+
gem 'paranoia_uniqueness_validator', '3.7.0'
27+
2528
And then execute:
2629

2730
$ bundle
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ParanoiaUniquenessValidator
2-
VERSION = "3.6.0"
2+
VERSION = "3.7.0"
33
end

0 commit comments

Comments
 (0)