mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
14 lines
297 B
Ruby
14 lines
297 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', '0.8.7'
|
|
gem 'ruby-debug', :platform => :mri_18
|
|
gem 'ruby-debug19', :platform => :mri_19
|
|
end
|