Skip to content
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.

Commit

Permalink
Bump bcrypt from 3.1.12 to 3.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] authored Jun 10, 2019
1 parent 9ed1883 commit e625ced
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 @@ -60,7 +60,7 @@ gem 'paperclip', '~> 6.1' # Image handler
gem 'httparty', '~> 0.17' # Make HTTP requests with ease

# SECURITY
gem 'bcrypt', '~> 3.1.12', require: true # Encrypt passwords
gem 'bcrypt', '~> 3.1.13', require: true # Encrypt passwords
gem 'pundit', '~> 2.0' # Authorization policies

# ADMIN
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ GEM
aws-sigv4 (1.1.0)
aws-eventstream (~> 1.0, >= 1.0.2)
banktools-se (3.0.0)
bcrypt (3.1.12)
bcrypt (3.1.13)
benchmark-ips (2.7.2)
better_errors (2.5.1)
coderay (>= 1.0.0)
Expand Down Expand Up @@ -780,7 +780,7 @@ DEPENDENCIES
association_count (~> 1.1)
aws-sdk-s3 (~> 1.41)
banktools-se (~> 3.0)
bcrypt (~> 3.1.12)
bcrypt (~> 3.1.13)
better_errors (~> 2.5)
binding_of_caller (~> 0.8)
blazer (~> 2.0)
Expand Down

0 comments on commit e625ced

Please sign in to comment.