mirror of
https://github.com/YunoHost/dynette.git
synced 2024-09-03 20:06:17 +02:00
255e539322
* Prototype of optionnal recovery password + delete interface using password * Use crypto/hash computation built in browser instead of code found on the interwebz.. * Adding some minimal CSS to the delete interface * async/await in delete interface to avoid a whole indent level
9 lines
133 B
Ruby
9 lines
133 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gem 'sinatra'
|
|
gem 'thin'
|
|
gem 'json'
|
|
gem 'data_mapper'
|
|
gem 'dm-postgres-adapter'
|
|
gem 'pg'
|
|
gem 'bcrypt'
|