source 'https://rubygems.org' gem 'haml' gem 'sass' gem 'coffee-script' gem 'guard' gem 'guard-coffeescript' gem 'guard-sass' gem 'guard-less' require 'rbconfig' gem 'wdm', '>= 0.1.0' if RbConfig::CONFIG['target_os'] =~ /mswin|mingw/i # Add dependencies to develop your gem here. # Include everything needed to run rake, tests, features, etc. group :development do gem "shoulda" gem "rdoc" gem "bundler" gem "jeweler" end