1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00
capistrano/Gemfile
2016-04-14 18:13:27 +02:00

10 lines
181 B
Ruby

source 'https://rubygems.org'
# Specify your gem's dependencies in capistrano.gemspec
gemspec
group :cucumber do
gem 'cucumber'
gem "rspec"
gem "rspec-core", "~> 3.4.4"
end