mirror of
https://github.com/YunoHost/dynette.git
synced 2024-09-03 20:06:17 +02:00
8 lines
120 B
Ruby
8 lines
120 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gem 'sinatra'
|
|
gem 'thin'
|
|
gem 'json'
|
|
gem 'data_mapper'
|
|
gem 'dm-postgres-adapter'
|
|
gem 'pg'
|