Skip to content

Commit

Permalink
Merge pull request errbit#229 from jmonteiro/capistrano
Browse files Browse the repository at this point in the history
Added Capistrano to the mix
  • Loading branch information
nashby committed Aug 26, 2012
2 parents 1e63703 + ae54c66 commit f6c22e8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ group :development, :test do
end
# gem 'rpm_contrib'
# gem 'newrelic_rpm'
gem 'capistrano'
end

group :test do
Expand Down
15 changes: 15 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f6c22e8

Please sign in to comment.