source "https://rubygems.org"

group :test do
  gem 'rake'
  gem 'rspec'
  gem 'capistrano'
  gem 'capistrano-ext'
  gem 'capistrano-spec', :git => 'git://github.com/mydrive/capistrano-spec.git'
end
