Skip to content

Instantly share code, notes, and snippets.

@peakpg
peakpg / Gemfile
Created May 14, 2012 18:46 — forked from ylluminate/Gemfile
Example BrowserCMS (v3.5.0) Gemfile for Heroku
source 'https://rubygems.org'
gem 'sqlite3', :group=>:development
gem 'pg', :group=>:production
gem 'thin'
# Gems used only for assets and not required
# in production environments by default.
group :assets do
gem 'sass-rails', '~> 3.2.3'