Skip to content

Commit

Permalink
PA-365 Add RVM integration to Capistrano
Browse files Browse the repository at this point in the history
  • Loading branch information
henare committed Jul 31, 2012
1 parent 7e07eec commit 1330d4b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ gem 'exception_notification'
gem 'rack-throttle'
gem 'memcached'
gem 'sanitize'
gem 'rvm-capistrano'

group :test do
gem 'cucumber-rails', :require => false
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,8 @@ GEM
ruby_parser (2.0.5)
sexp_processor (~> 3.0)
rubyzip (0.9.9)
rvm-capistrano (1.2.5)
capistrano (>= 2.0.0)
sanitize (2.0.3)
nokogiri (>= 1.4.4, < 1.6)
selenium-webdriver (2.25.0)
Expand Down Expand Up @@ -283,6 +285,7 @@ DEPENDENCIES
rails_admin!
rake
rspec-rails (~> 2.4)
rvm-capistrano
sanitize
smurf
thinking-sphinx (= 2.0.0)
Expand Down
5 changes: 4 additions & 1 deletion config/deploy.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
require "bundler/capistrano"
require 'bundler/capistrano'
require 'rvm/capistrano'

set :rvm_ruby_string, '1.8.7'

set :application, "planningalerts.org.au/app"
set :repository, "git://github.com/openaustralia/planningalerts-app.git"
Expand Down

0 comments on commit 1330d4b

Please sign in to comment.