Skip to content

Commit

Permalink
Install Capistrano too. [#53]
Browse files Browse the repository at this point in the history
  • Loading branch information
marnen committed Sep 2, 2011
1 parent dc92054 commit 380b2c6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -12,6 +12,7 @@ gem 'authlogic', '>= 2.1.2'

group :development do
gem 'gettext', '>= 1.9.3', :require => false
gem 'capistrano', :require => false
end

group :test, :development do
Expand Down
15 changes: 15 additions & 0 deletions Gemfile.lock
Expand Up @@ -20,6 +20,12 @@ GEM
autotest-rails (4.1.0)
ZenTest
builder (3.0.0)
capistrano (2.8.0)
highline
net-scp (>= 1.0.0)
net-sftp (>= 2.0.0)
net-ssh (>= 2.0.14)
net-ssh-gateway (>= 1.1.0)
columnize (0.3.4)
cucumber (0.3.104)
builder (>= 2.1.2)
Expand All @@ -32,9 +38,17 @@ GEM
ffaker (1.8.1)
gettext (2.0.0)
haml (3.0.25)
highline (1.6.2)
linecache (0.46)
rbx-require-relative (> 0.0.4)
machinist (1.0.6)
net-scp (1.0.4)
net-ssh (>= 1.99.1)
net-sftp (2.0.5)
net-ssh (>= 2.0.9)
net-ssh (2.2.1)
net-ssh-gateway (1.1.0)
net-ssh (>= 1.99.1)
nokogiri (1.5.0)
polyglot (0.3.2)
postgres (0.7.9.2008.01.28)
Expand Down Expand Up @@ -81,6 +95,7 @@ DEPENDENCIES
authlogic (>= 2.1.2)
autotest
autotest-rails
capistrano
cucumber (~> 0.3.101)
fast_gettext
ffaker
Expand Down

0 comments on commit 380b2c6

Please sign in to comment.