Skip to content

Commit

Permalink
Remove capistrano info
Browse files Browse the repository at this point in the history
  • Loading branch information
BGMP committed Nov 1, 2022
1 parent 533e6df commit efc3cd4
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 152 deletions.
15 changes: 0 additions & 15 deletions Capfile

This file was deleted.

9 changes: 0 additions & 9 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,3 @@ gem 'json', '~> 2.6', '>= 2.6.1' # Ensure suppo
gem 'rake', '~> 13.0', '>= 13.0.6' # Rake tasks
gem 'rubyzip', '~> 2.3', '>= 2.3.2' # ZIP Support

group :development do
gem 'bcrypt_pbkdf', '>= 1.0', '< 2.0' # Resolve OpenSSH problems with capistrano
gem 'capistrano', '~> 3.16.0', :require => false # Deployment
gem 'capistrano-bundler', '~> 2.0', :require => false # Capistrano bundler integration
gem 'capistrano-git-with-submodules', '~> 2.0' # Capistrano support for submodules
gem 'ed25519', '>= 1.2', '< 2.0' # Resolve OpenSSH problems with capistrano
gem 'rubocop', :require => false # Ruby code style checker
gem 'rvm1-capistrano3', :require => false # Capistrano rvm integration
end
52 changes: 0 additions & 52 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,70 +1,18 @@
GEM
remote: https://rubygems.org/
specs:
airbrussh (1.4.0)
sshkit (>= 1.6.1, != 1.7.0)
ast (2.4.2)
bcrypt_pbkdf (1.1.0-x64-mingw32)
capistrano (3.16.0)
airbrussh (>= 1.0.0)
i18n
rake (>= 10.0.0)
sshkit (>= 1.9.0)
capistrano-bundler (2.0.1)
capistrano (~> 3.1)
capistrano-git-with-submodules (2.0.4)
capistrano (~> 3.7)
concurrent-ruby (1.1.9)
ed25519 (1.3.0)
i18n (1.10.0)
concurrent-ruby (~> 1.0)
json (2.6.1)
net-scp (3.0.0)
net-ssh (>= 2.6.5, < 7.0.0)
net-ssh (6.1.0)
parallel (1.21.0)
parser (3.1.1.0)
ast (~> 2.4.1)
rainbow (3.1.1)
rake (13.0.6)
regexp_parser (2.2.1)
rexml (3.2.5)
rubocop (1.26.0)
parallel (~> 1.10)
parser (>= 3.1.0.0)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml
rubocop-ast (>= 1.16.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.16.0)
parser (>= 3.1.1.0)
ruby-progressbar (1.11.0)
rubyzip (2.3.2)
rvm1-capistrano3 (1.4.0)
capistrano (~> 3.0)
sshkit (>= 1.2)
sshkit (1.21.2)
net-scp (>= 1.1.2)
net-ssh (>= 2.8.0)
unicode-display_width (2.1.0)

PLATFORMS
ruby
x64-mingw32

DEPENDENCIES
bcrypt_pbkdf (>= 1.0, < 2.0)
capistrano (~> 3.16.0)
capistrano-bundler (~> 2.0)
capistrano-git-with-submodules (~> 2.0)
ed25519 (>= 1.2, < 2.0)
json (~> 2.6, >= 2.6.1)
rake (~> 13.0, >= 13.0.6)
rubocop
rubyzip (~> 2.3, >= 2.3.2)
rvm1-capistrano3

RUBY VERSION
ruby 2.7.3p183
Expand Down
31 changes: 0 additions & 31 deletions config/deploy.rb

This file was deleted.

9 changes: 0 additions & 9 deletions config/deploy/production.rb

This file was deleted.

36 changes: 0 additions & 36 deletions config/deploy_id_rsa_enc

This file was deleted.

0 comments on commit efc3cd4

Please sign in to comment.