update to capistrano3
This commit is contained in:
13
Gemfile
13
Gemfile
@@ -41,8 +41,9 @@ gem 'diff-lcs', :require => "diff/lcs/array", :git => "https://github.com/halost
|
||||
gem 'bcrypt-ruby', :require => "bcrypt"
|
||||
gem 'awesome_print'
|
||||
gem 'statistics2'
|
||||
gem 'capistrano'
|
||||
gem 'capistrano-ext'
|
||||
gem 'capistrano', '~> 3.4.0'
|
||||
gem 'capistrano-rails'
|
||||
gem 'capistrano-rbenv'
|
||||
gem 'radix62', '~> 1.0.1'
|
||||
gem 'streamio-ffmpeg'
|
||||
gem 'rubyzip', :require => "zip"
|
||||
@@ -51,16 +52,20 @@ gem 'stripe'
|
||||
gem 'twitter'
|
||||
gem 'aws-sdk', '~> 2'
|
||||
gem 'responders'
|
||||
gem 'highline'
|
||||
|
||||
# needed for looser jpeg header compat
|
||||
gem 'ruby-imagespec', :require => "image_spec", :git => "https://github.com/r888888888/ruby-imagespec.git", :branch => "exif-fixes"
|
||||
|
||||
group :production, :staging do
|
||||
gem 'unicorn', :platforms => :ruby
|
||||
gem 'capistrano3-unicorn'
|
||||
end
|
||||
|
||||
group :production do
|
||||
gem 'newrelic_rpm'
|
||||
gem 'unicorn', :platforms => :ruby
|
||||
# gem 'unicorn-worker-killer'
|
||||
gem 'gctools', :platforms => :ruby
|
||||
gem 'capistrano-unicorn', :require => false
|
||||
end
|
||||
|
||||
group :development do
|
||||
|
||||
Reference in New Issue
Block a user