Bump bcrypt from 3.1.20 to 3.1.21

Bumps [bcrypt](https://github.com/bcrypt-ruby/bcrypt-ruby) from 3.1.20 to 3.1.21.
- [Release notes](https://github.com/bcrypt-ruby/bcrypt-ruby/releases)
- [Changelog](https://github.com/bcrypt-ruby/bcrypt-ruby/blob/master/CHANGELOG)
- [Commits](https://github.com/bcrypt-ruby/bcrypt-ruby/compare/v3.1.20...v3.1.21)

---
updated-dependencies:
- dependency-name: bcrypt
  dependency-version: 3.1.21
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2026-01-09 00:14:52 +00:00 committed by GitHub
parent f5635690ad
commit 1d40366dbf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -10,7 +10,7 @@ gem 'jquery-rails', '~> 4.6'
gem 'jquery-ui-rails', '~>8.0.0'
gem 'aasm', '~> 5.5.2'
gem 'acts_as_list'
gem 'bcrypt', '~> 3.1.20'
gem 'bcrypt', '~> 3.1.21'
gem 'htmlentities'
gem "kt-paperclip", "~> 7.2"
gem 'puma', '~> 7.1'