source 'https://rubygems.org' gem 'haml' gem 'sass' gem 'coffee-script' gem 'commander' gem 'listen' # 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