10 lines
199 B
Ruby
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
|