Created
August 30, 2012 18:29
-
-
Save antillas21/3536739 to your computer and use it in GitHub Desktop.
Sample Gemfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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