Skip to content

Instantly share code, notes, and snippets.

@courtsimas
Created September 15, 2012 19:24
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 courtsimas/aa44bbb06eed97736c20 to your computer and use it in GitHub Desktop.
Save courtsimas/aa44bbb06eed97736c20 to your computer and use it in GitHub Desktop.
source 'http://rubygems.org'
ruby '1.9.3' # we all better be on the latest bundler at this point
gem 'asset_sync'
gem 'authorize-net'
gem 'bcms_aws_s3'
gem 'bcms_bitly'
gem 'bcms_event'
gem 'bcms_news'
gem "browsercms", "3.5.3", git: 'git://github.com/josiahivey/browsercms.git'
gem 'compass-rails'
gem 'databasedotcom'
gem 'foreman'
gem 'haml-rails'
gem 'pg'
gem 'unicorn'
# Use BrowserCMS dependency on Rails instead
# # gem 'rails', '3.2.3'
group :assets do
gem 'coffee-rails'
gem 'sass-rails'
gem 'jquery-rails'
gem 'uglifier', '>= 1.0.3'
end
group :test do
gem 'capybara'
# gem 'capybara-webkit'
gem 'database_cleaner'
gem 'factory_girl'
gem 'turn', '~> 0.8.3', :require => false
end
gem "bcms_news"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment