1
0
mirror of https://github.com/projekteuler/projekteuler.git synced 2026-01-27 02:28:50 +01:00

Update gems

This commit is contained in:
2015-09-08 23:27:04 +02:00
parent 390c19e1a6
commit cd1f519376
3 changed files with 103 additions and 99 deletions

View File

@@ -7,4 +7,4 @@
admin:
email: admin@example.com
encrypted_password: <%= Devise.bcrypt(Admin, 'password') %>
encrypted_password: <%= Devise::Encryptor.digest(Admin, 'password') %>