fatkitten/Gemfile
Gregory Eremin ab5072c1c5 Organized
2013-07-09 14:53:49 +07:00

13 lines
137 B
Ruby

source 'https://rubygems.org'
gem 'sinatra'
gem 'sequel'
gem 'pg'
gem 'pygments.rb'
gem 'haml'
gem 'sass'
gem 'unicorn'
gem 'shotgun'