removed capistrano gem
This commit is contained in:
parent
434e1a21bc
commit
9131b29d96
|
@ -1 +0,0 @@
|
|||
full
|
5
Gemfile
5
Gemfile
|
@ -60,11 +60,6 @@ gem 'redis'
|
|||
|
||||
group :development do
|
||||
gem 'spring'
|
||||
|
||||
# Capistrano for deployment
|
||||
gem 'capistrano', '~> 3.1'
|
||||
gem 'capistrano-rvm', group: :rvm
|
||||
gem 'capistrano-rails', '~> 1.1'
|
||||
end
|
||||
|
||||
group :production do
|
||||
|
|
26
Gemfile.lock
26
Gemfile.lock
|
@ -44,21 +44,6 @@ GEM
|
|||
railties (>= 3.1)
|
||||
buftok (0.2.0)
|
||||
builder (3.2.2)
|
||||
capistrano (3.3.5)
|
||||
capistrano-stats (~> 1.1.0)
|
||||
i18n
|
||||
rake (>= 10.0.0)
|
||||
sshkit (~> 1.3)
|
||||
capistrano-bundler (1.1.3)
|
||||
capistrano (~> 3.1)
|
||||
sshkit (~> 1.2)
|
||||
capistrano-rails (1.1.2)
|
||||
capistrano (~> 3.1)
|
||||
capistrano-bundler (~> 1.1)
|
||||
capistrano-rvm (0.1.2)
|
||||
capistrano (~> 3.0)
|
||||
sshkit (~> 1.2)
|
||||
capistrano-stats (1.1.1)
|
||||
capybara (2.4.4)
|
||||
mime-types (>= 1.16)
|
||||
nokogiri (>= 1.3.3)
|
||||
|
@ -79,7 +64,6 @@ GEM
|
|||
coffee-script-source
|
||||
execjs
|
||||
coffee-script-source (1.8.0)
|
||||
colorize (0.7.5)
|
||||
connection_pool (2.1.0)
|
||||
crass (1.0.1)
|
||||
daemons (1.1.9)
|
||||
|
@ -158,9 +142,6 @@ GEM
|
|||
mysql2 (0.3.17)
|
||||
naught (1.0.0)
|
||||
nested_form (0.3.2)
|
||||
net-scp (1.2.1)
|
||||
net-ssh (>= 2.6.5)
|
||||
net-ssh (2.9.1)
|
||||
nokogiri (1.6.5)
|
||||
mini_portile (~> 0.6.0)
|
||||
nokogumbo (1.2.0)
|
||||
|
@ -303,10 +284,6 @@ GEM
|
|||
actionpack (>= 3.0)
|
||||
activesupport (>= 3.0)
|
||||
sprockets (>= 2.8, < 4.0)
|
||||
sshkit (1.6.1)
|
||||
colorize (>= 0.7.0)
|
||||
net-scp (>= 1.1.2)
|
||||
net-ssh (>= 2.8.0)
|
||||
sweetalert-rails (0.3.3)
|
||||
railties (>= 3.1.0)
|
||||
thin (1.6.3)
|
||||
|
@ -364,9 +341,6 @@ DEPENDENCIES
|
|||
bootstrap-sass (~> 3.2.0.1)
|
||||
bootstrap_form
|
||||
bootswatch-rails
|
||||
capistrano (~> 3.1)
|
||||
capistrano-rails (~> 1.1)
|
||||
capistrano-rvm
|
||||
capybara
|
||||
coffee-rails (~> 4.1.0)
|
||||
database_cleaner
|
||||
|
|
Loading…
Reference in New Issue