Skip to content

Instantly share code, notes, and snippets.

@antillas21
Created August 30, 2012 18:29
Show Gist options
  • Save antillas21/3536739 to your computer and use it in GitHub Desktop.
Save antillas21/3536739 to your computer and use it in GitHub Desktop.
Sample Gemfile
source :rubygems
gem 'rake'
gem 'sinatra', '~> 1.2.3'
gem 'shotgun', '~> 0.9'
gem 'haml', '~> 3.1.4'
# Sass & Compass
gem 'sass', '~> 3.1.12'
gem 'compass', '~> 0.11.6'
gem 'coffee-script'
gem 'therubyracer'
# Sass libraries
# gem 'grid-coordinates', '~> 1.1.4'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment