Skip to content

Commit

Permalink
Add bcrypt as a test dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
paracycle committed Oct 19, 2021
1 parent a9b67c5 commit 6f742de
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 @@ -34,4 +34,5 @@ group(:development, :test) do
gem("nokogiri", require: false)
gem("config", require: false)
gem("aasm", require: false)
gem("bcrypt", require: false)
end
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ GEM
ar_transaction_changes (1.1.8)
activerecord (>= 5.2.0)
ast (2.4.2)
bcrypt (3.1.16)
builder (3.2.4)
byebug (11.1.3)
coderay (1.1.3)
Expand Down Expand Up @@ -296,6 +297,7 @@ DEPENDENCIES
aasm
activerecord-typedstore
activeresource
bcrypt
cityhash!
config
frozen_record
Expand Down

0 comments on commit 6f742de

Please sign in to comment.