fatkitten/Gemfile

13 lines
137 B
Ruby
Raw Normal View History

2013-07-08 21:04:59 +07:00
source 'https://rubygems.org'
gem 'sinatra'
gem 'sequel'
gem 'pg'
gem 'pygments.rb'
gem 'haml'
gem 'sass'
2013-07-09 14:53:49 +07:00
gem 'unicorn'
gem 'shotgun'