1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00
capistrano/Gemfile
2014-11-17 10:55:08 +01:00

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