updated Capistrano
This commit is contained in:
4
Gemfile
4
Gemfile
@ -36,9 +36,9 @@ gem 'will_paginate', '~> 3.0'
|
||||
group :development do
|
||||
gem 'better_errors', platform: :ruby
|
||||
gem 'binding_of_caller', platform: :ruby
|
||||
gem 'capistrano', '~> 3.2.1'
|
||||
gem 'capistrano', '~> 3.3.0'
|
||||
gem 'capistrano3-puma'
|
||||
gem 'capistrano-rails', '~> 1.1'
|
||||
gem 'capistrano-rails'
|
||||
gem 'capistrano-rvm'
|
||||
gem 'capistrano-upload-config'
|
||||
gem 'rubocop', require: false
|
||||
|
10
Gemfile.lock
10
Gemfile.lock
@ -64,7 +64,8 @@ GEM
|
||||
columnize (~> 0.8)
|
||||
debugger-linecache (~> 1.2)
|
||||
slop (~> 3.6)
|
||||
capistrano (3.2.1)
|
||||
capistrano (3.3.5)
|
||||
capistrano-stats (~> 1.1.0)
|
||||
i18n
|
||||
rake (>= 10.0.0)
|
||||
sshkit (~> 1.3)
|
||||
@ -77,6 +78,7 @@ GEM
|
||||
capistrano-rvm (0.1.2)
|
||||
capistrano (~> 3.0)
|
||||
sshkit (~> 1.2)
|
||||
capistrano-stats (1.1.1)
|
||||
capistrano-upload-config (0.5.0)
|
||||
capistrano (>= 3.0)
|
||||
capistrano3-puma (0.8.5)
|
||||
@ -136,7 +138,7 @@ GEM
|
||||
forgery (0.6.0)
|
||||
globalid (0.3.3)
|
||||
activesupport (>= 4.1.0)
|
||||
highline (1.6.21)
|
||||
highline (1.7.0)
|
||||
hike (1.2.3)
|
||||
i18n (0.7.0)
|
||||
ims-lti (1.1.7)
|
||||
@ -363,8 +365,8 @@ DEPENDENCIES
|
||||
binding_of_caller
|
||||
bootstrap-will_paginate
|
||||
byebug
|
||||
capistrano (~> 3.2.1)
|
||||
capistrano-rails (~> 1.1)
|
||||
capistrano (~> 3.3.0)
|
||||
capistrano-rails
|
||||
capistrano-rvm
|
||||
capistrano-upload-config
|
||||
capistrano3-puma
|
||||
|
@ -1,6 +1,3 @@
|
||||
# config valid only for Capistrano 3.1
|
||||
lock '3.2.1'
|
||||
|
||||
set :application, 'code_ocean'
|
||||
set :config_example_suffix, '.example'
|
||||
set :deploy_to, '/var/www/app'
|
||||
|
Reference in New Issue
Block a user