mirror of
https://github.com/gwenhael-le-moine/ledgerrb.git
synced 2024-12-27 21:58:11 +01:00
8 lines
114 B
Ruby
8 lines
114 B
Ruby
# encoding: utf-8
|
|
|
|
source 'https://rubygems.org'
|
|
|
|
gem 'rack-rewrite'
|
|
gem 'sinatra'
|
|
gem 'sinatra-param'
|
|
gem 'puma'
|