Skip to content

Instantly share code, notes, and snippets.

@simi
Created February 24, 2010 00:26
Show Gist options
  • Save simi/312903 to your computer and use it in GitHub Desktop.
Save simi/312903 to your computer and use it in GitHub Desktop.
source 'http://gemcutter.org'
# Project requirements
gem 'rack-flash'
gem 'thin' # or mongrel
# Component requirements
gem 'haml'
# Test requirements
gem 'rspec', :group => "test", :require => "spec"
gem 'rack-test', :require => 'rack/test', :group => 'test'
# Padrino
gem 'padrino', "0.8.5"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment