1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00
capistrano/Gemfile
2016-02-28 17:56:07 -06: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