dynette/Gemfile
Alexandre Aubin 255e539322 [enh] Adding optionnal recovery password + delete interface using password (#4)
* 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
2017-07-24 01:55:54 +02:00

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'