Skip to content

Commit

Permalink
Merge branch 'dependabot/bundler/bcrypt-3.1.20' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
gbp committed Nov 20, 2023
2 parents 99840c1 + d30eebb commit 5af969f
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 @@ -87,7 +87,7 @@ gem 'pg', '~> 1.5.4'
gem 'acts_as_versioned', git: 'https://github.com/mysociety/acts_as_versioned.git',
ref: '13e928b'
gem 'active_model_otp'
gem 'bcrypt', '~> 3.1.19'
gem 'bcrypt', '~> 3.1.20'
gem 'cancancan', '~> 3.5.0'
gem 'charlock_holmes', '~> 0.7.7'
gem 'dalli', '~> 3.2.6'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ GEM
faraday (~> 0.9)
faraday_middleware (~> 0.10)
nokogiri (~> 1.6, >= 1.6.8)
bcrypt (3.1.19)
bcrypt (3.1.20)
bindex (0.8.1)
bootstrap-sass (2.3.2.2)
sass (~> 3.2)
Expand Down Expand Up @@ -567,7 +567,7 @@ DEPENDENCIES
annotate (< 3.2.1)
aws-sdk-s3
azure-storage
bcrypt (~> 3.1.19)
bcrypt (~> 3.1.20)
bootstrap-sass (~> 2.3.2.2)
bullet (~> 7.1.4)
cancancan (~> 3.5.0)
Expand Down

0 comments on commit 5af969f

Please sign in to comment.