1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00
capistrano/Gemfile
Michael Nikitochkin 8bba22579c 🐼 Fixed failed tests
After update to new version of sskit there were a lot of failed tests.
2014-01-09 01:47:05 +02:00

13 lines
199 B
Ruby

source 'https://rubygems.org'
# Specify your gem's dependencies in capistrano.gemspec
gemspec
group :cucumber do
gem 'kuroko'
gem 'cucumber'
end
platforms :rbx do
gem 'rubysl', '~> 2.0'
end