Skip to content

Instantly share code, notes, and snippets.

@peakpg
Forked from ylluminate/Gemfile
Created May 14, 2012 18:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save peakpg/2695638 to your computer and use it in GitHub Desktop.
Save peakpg/2695638 to your computer and use it in GitHub Desktop.
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'
gem 'coffee-rails', '~> 3.2.1'
gem 'uglifier', '>= 1.0.3'
end
gem "bcms_aws_s3"
gem "browsercms", "3.5.0"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment