Skip to content

Commit

Permalink
Add bcrypt, ed25519 (#2263)
Browse files Browse the repository at this point in the history
  • Loading branch information
christinach authored Oct 4, 2023
1 parent 80fff24 commit 3b927fa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ end
gem 'alma', github: 'tulibraries/alma_rb', branch: 'main'
gem 'aws-sdk-s3'
gem 'aws-sdk-sqs'
gem 'bcrypt_pbkdf'
gem 'bixby', '~> 5.0'
gem 'bootstrap-sass', '~> 3.4.1'
gem 'capistrano-passenger'
Expand All @@ -15,6 +16,7 @@ gem 'capybara'
gem 'change_the_subject', '~> 0.3.2'
gem 'ddtrace', '~> 0.54.2'
gem 'devise'
gem 'ed25519'
gem 'faraday', '~> 1.0.1'
gem 'faraday_middleware', '~> 1.0.0'
gem 'ffi', '>= 1.9.25'
Expand Down
4 changes: 4 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ GEM
thread_safe (~> 0.3, >= 0.3.1)
backport (1.2.0)
bcrypt (3.1.18)
bcrypt_pbkdf (1.1.0)
benchmark (0.2.0)
bixby (5.0.2)
rubocop (= 1.28.2)
Expand Down Expand Up @@ -240,6 +241,7 @@ GEM
railties (>= 3.2)
dumb_delegator (1.0.0)
e2mmap (0.1.0)
ed25519 (1.3.0)
erb (4.0.2)
cgi (>= 0.3.3)
erubi (1.12.0)
Expand Down Expand Up @@ -640,6 +642,7 @@ DEPENDENCIES
aws-sdk-sqs
axe-core-api
axe-core-rspec
bcrypt_pbkdf
bixby (~> 5.0)
bootstrap-sass (~> 3.4.1)
capistrano-passenger
Expand All @@ -651,6 +654,7 @@ DEPENDENCIES
ddtrace (~> 0.54.2)
devise
dotenv-rails
ed25519
factory_bot_rails
faker
faraday (~> 1.0.1)
Expand Down

0 comments on commit 3b927fa

Please sign in to comment.