Skip to content

Instantly share code, notes, and snippets.

@StephanieSunshine
Last active August 29, 2015 14:04
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 StephanieSunshine/bfe61f445f3eba5afd02 to your computer and use it in GitHub Desktop.
Save StephanieSunshine/bfe61f445f3eba5afd02 to your computer and use it in GitHub Desktop.
docker locomotivecms engine Gemfile
source 'https://rubygems.org'
gem 'rails', '3.2.16'
gem 'locomotive_cms', '~> 2', :require => 'locomotive/engine'
# Gems used only for assets and not required
# in production environments by default.
group :assets do
gem 'compass-rails', '~> 1.1.3'
gem 'sass-rails', '~> 3.2.3'
gem 'coffee-rails', '~> 3.2.1'
gem 'uglifier', '>= 1.0.3'
gem 'therubyracer', :platforms => :ruby
end
# Use unicorn as the app server
gem 'unicorn'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment