Skip to content

Instantly share code, notes, and snippets.

@jsntv200
jsntv200 / Gemfile
Created April 19, 2012 23:08
Radiant Heroku Cedar Setup
source :rubygems
gem "radiant", "~> 1.0.1"
gem "fog", "~> 1.1.1"
group :production do
gem "thin", "~> 1.3.1"
gem "pg", "~> 0.12.0"
end