mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
9 lines
162 B
Ruby
9 lines
162 B
Ruby
source 'https://rubygems.org'
|
|
|
|
# Specify your gem's dependencies in capistrano.gemspec
|
|
gemspec
|
|
|
|
group :cucumber do
|
|
gem 'cucumber'
|
|
gem 'rspec', '~> 3.0.0'
|
|
end
|