1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00
capistrano/Gemfile
Hemant Kumar a08fe0d67d Fix parallel command execution logging parallely - GH434
Also add unit tests that reproduce the problem
2013-04-25 14:04:57 +05:30

13 lines
213 B
Ruby

source "http://rubygems.org"
# Specify your gem's dependencies in capistrano.gemspec
gemspec
#
# Development Dependencies from the Gemfile
# are merged here.
#
group :development do
gem "rake"
gem "pry"
end