Skip to content

Commit

Permalink
Ruby 2.2.2, caistrano 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
TomNaessens committed Jul 2, 2015
1 parent d58b53d commit dcd6408
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.0
2.2.2
5 changes: 3 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,10 @@ gem 'whenever', require: false
gem 'coveralls', require: false

# Deployment
gem 'capistrano', '~> 3.1'
gem 'capistrano-rails', '~> 1.1'
gem 'capistrano'
gem 'capistrano-rails'
gem 'capistrano-rvm'
gem 'capistrano-passenger'

# Stubbing http requests
gem 'webmock', require: false
Expand Down
10 changes: 8 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ GEM
capistrano-bundler (1.1.4)
capistrano (~> 3.1)
sshkit (~> 1.2)
capistrano-passenger (0.1.1)
capistrano (~> 3.0)
capistrano-rails (1.1.3)
capistrano (~> 3.1)
capistrano-bundler (~> 1.1)
Expand Down Expand Up @@ -336,8 +338,9 @@ DEPENDENCIES
annotate
barcodes!
cancancan (~> 1.9)
capistrano (~> 3.1)
capistrano-rails (~> 1.1)
capistrano
capistrano-passenger
capistrano-rails
capistrano-rvm
capybara
chartkick
Expand Down Expand Up @@ -380,3 +383,6 @@ DEPENDENCIES
wicked
will_paginate (~> 3.0)
will_paginate-bootstrap

BUNDLED WITH
1.10.5
2 changes: 2 additions & 0 deletions config/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
# Default value for keep_releases is 5
# set :keep_releases, 5

set :passenger_restart_with_touch, true

namespace :deploy do
desc 'Restart application'
task :restart do
Expand Down

0 comments on commit dcd6408

Please sign in to comment.