mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
8bba22579c
After update to new version of sskit there were a lot of failed tests.
13 lines
199 B
Ruby
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
|