diff --git a/Gemfile b/Gemfile index a6d9363..afa5c4a 100644 --- a/Gemfile +++ b/Gemfile @@ -49,6 +49,7 @@ group :development, :test do end # gem 'rpm_contrib' # gem 'newrelic_rpm' + gem 'capistrano' end group :test do diff --git a/Gemfile.lock b/Gemfile.lock index cbf5e0b..2bf4d13 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -40,6 +40,12 @@ GEM bson_ext (1.6.2) bson (~> 1.6.2) builder (3.0.0) + capistrano (2.13.3) + highline + net-scp (>= 1.0.0) + net-sftp (>= 2.0.0) + net-ssh (>= 2.0.14) + net-ssh-gateway (>= 1.1.0) capybara (1.1.2) mime-types (>= 1.16) nokogiri (>= 1.3.3) @@ -86,6 +92,7 @@ GEM libxml-ruby (~> 2.0) has_scope (0.5.1) hashie (1.2.0) + highline (1.6.13) hike (1.2.1) hoptoad_notifier (2.4.11) activesupport @@ -134,6 +141,13 @@ GEM railties (>= 3.0.0) multi_json (1.3.6) multipart-post (1.1.5) + net-scp (1.0.4) + net-ssh (>= 1.99.1) + net-sftp (2.0.5) + net-ssh (>= 2.0.9) + net-ssh (2.5.2) + net-ssh-gateway (1.1.0) + net-ssh (>= 1.99.1) nokogiri (1.5.5) oa-core (0.3.2) oauth2 (0.8.0) @@ -275,6 +289,7 @@ DEPENDENCIES actionmailer_inline_css (~> 1.3.0) bson (= 1.6.2) bson_ext (= 1.6.2) + capistrano capybara database_cleaner (~> 0.6.0) debugger -- libgit2 0.21.2