We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da89a83 commit 64605fcCopy full SHA for 64605fc
2 files changed
CHANGELOG
@@ -1,3 +1,7 @@
1
+3.1.21 Dec 31 2025
2
+ - Use constant time comparisons
3
+ - Mark as Ractor safe
4
+
5
3.1.20 Nov 17 2023
6
- Limit packaged files -- decrease gem filesize by ~28% [GH #272 by @pusewicz]
7
bcrypt.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'bcrypt'
- s.version = '3.1.20'
+ s.version = '3.1.21'
s.summary = "OpenBSD's bcrypt() password hashing algorithm."
s.description = <<-EOF
0 commit comments