Files
capistrano-deploytags/Gemfile
T
2012-04-04 10:15:53 +01:00

10 lines
199 B
Ruby

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