Skip to content

Commit

Permalink
Downgrade encryptor dep to 1.1.3
Browse files Browse the repository at this point in the history
Not ready for the v3 implementation, how it instantiates and seeds on startup and how it encrypts at runtime.

Signed-off-by: delano <delano@onetimesecret.com>
  • Loading branch information
delano committed May 1, 2023
1 parent 4196909 commit cbf1f9c
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 @@ -12,7 +12,7 @@ gem 'redis', '2.2.2'
gem 'familia', '0.7.1'
gem 'storable', '0.8.9'

gem 'encryptor', '3.0.0'
gem 'encryptor', '1.1.3'
gem 'bcrypt', '3.1.17'

gem 'otto', '0.4.1'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ GEM
ruby-dap (~> 0.1.2)
daemons (1.4.1)
drydock (0.6.9)
encryptor (3.0.0)
encryptor (1.1.3)
eventmachine (1.2.7)
familia (0.7.1)
gibbler (>= 0.8.6)
Expand Down Expand Up @@ -74,7 +74,7 @@ DEPENDENCIES
bcrypt (= 3.1.17)
byebug (= 11.1)
byebug-dap
encryptor (= 3.0.0)
encryptor (= 1.1.3)
familia (= 0.7.1)
gibbler (= 0.8.9)
httparty (= 0.21.0)
Expand Down

0 comments on commit cbf1f9c

Please sign in to comment.