1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00
capistrano/Gemfile
2012-02-20 21:42:47 +01:00

12 lines
211 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'
end