Skip to content

Commit

Permalink
Merge pull request #223 from betadots/dependabot/bundler/bcrypt-3.1.20
Browse files Browse the repository at this point in the history
Bump bcrypt from 3.1.19 to 3.1.20
  • Loading branch information
rwaffen authored Nov 23, 2023
2 parents 457c1ba + dd46b0e commit b233774
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ gem 'jquery-rails'
# Use Redis adapter to run Action Cable in production
gem 'redis', '~> 5.0'
# Use Active Model has_secure_password
gem 'bcrypt', '~> 3.1.7'
gem 'bcrypt', '~> 3.1.20'

gem 'faker'
gem 'friendly_id', '~> 5.5.1'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ GEM
autoprefixer-rails (10.4.15.0)
execjs (~> 2)
base64 (0.2.0)
bcrypt (3.1.19)
bcrypt (3.1.20)
bigdecimal (3.1.4)
bindex (0.8.1)
bootstrap (4.6.2)
Expand Down Expand Up @@ -477,7 +477,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
bcrypt (~> 3.1.7)
bcrypt (~> 3.1.20)
bootstrap (~> 4.6.0)
bootstrap-icons-helper
breadcrumbs_on_rails
Expand Down

0 comments on commit b233774

Please sign in to comment.