Skip to content

Commit

Permalink
Add bcrypt_pbkdf gem
Browse files Browse the repository at this point in the history
  • Loading branch information
jrusiczkisv committed Dec 22, 2020
1 parent 5003222 commit db9cfa9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ gem 'shrine', '~> 3.0'
gem 'skylight'

group :development, :test do
gem 'bcrypt_pbkdf'
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
gem 'byebug', platforms: [:mri, :mingw, :x64_mingw]
gem 'capistrano', '~> 3.14', require: false
Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ GEM
aws-sigv4 (~> 1.1)
aws-sigv4 (1.2.2)
aws-eventstream (~> 1, >= 1.0.2)
bcrypt_pbkdf (1.0.1)
bindex (0.8.1)
bootsnap (1.5.1)
msgpack (~> 1.0)
Expand Down Expand Up @@ -321,6 +322,7 @@ DEPENDENCIES
acts-as-taggable-on (~> 6.0)
aws-sdk-rekognition
aws-sdk-s3 (~> 1.14)
bcrypt_pbkdf
bootsnap (>= 1.4.2)
byebug
capistrano (~> 3.14)
Expand Down

0 comments on commit db9cfa9

Please sign in to comment.