ledgerrb/Gemfile

9 lines
114 B
Text
Raw Normal View History

2014-07-14 12:36:51 +02:00
# encoding: utf-8
source 'https://rubygems.org'
gem 'rack-rewrite'
2014-07-14 12:30:48 +02:00
gem 'sinatra'
2014-07-14 16:19:05 +02:00
gem 'sinatra-param'
2014-07-31 17:09:37 +02:00
gem 'thin'