forked from OpenNeo/impress
Remove leftover Capistrano stuff
We were using that for deployment before, and now we're using my Ansible recipes!
This commit is contained in:
parent
60959f46c9
commit
8bd7ca167c
10 changed files with 0 additions and 31 deletions
7
Capfile
7
Capfile
|
@ -1,7 +0,0 @@
|
|||
# Built for Capistrano 2.15.5.
|
||||
|
||||
load 'deploy' if respond_to?(:namespace) # cap2 differentiator
|
||||
Dir['vendor/plugins/*/recipes/*.rb'].each { |plugin| load(plugin) }
|
||||
|
||||
load 'config/deploy' # remove this line to skip loading any of the default tasks
|
||||
load 'deploy/assets' # compile assets on production side
|
6
Gemfile
6
Gemfile
|
@ -63,12 +63,6 @@ gem 'record_tag_helper', '~> 1.0', '>= 1.0.1'
|
|||
# Reduces boot times through caching; required in config/boot.rb
|
||||
gem 'bootsnap', '~> 1.16', require: false
|
||||
|
||||
# For deployment.
|
||||
group :development do
|
||||
gem 'capistrano', '~> 2.15.5', require: false
|
||||
gem 'rvm-capistrano', '~> 1.5.6', require: false
|
||||
end
|
||||
|
||||
# For testing.
|
||||
group :test do
|
||||
gem 'factory_girl_rails', '~> 4.9'
|
||||
|
|
18
Gemfile.lock
18
Gemfile.lock
|
@ -83,12 +83,6 @@ GEM
|
|||
bootsnap (1.16.0)
|
||||
msgpack (~> 1.2)
|
||||
builder (3.2.4)
|
||||
capistrano (2.15.5)
|
||||
highline
|
||||
net-scp (>= 1.0.0)
|
||||
net-sftp (>= 2.0.0)
|
||||
net-ssh (>= 2.0.14)
|
||||
net-ssh-gateway (>= 1.1.0)
|
||||
concurrent-ruby (1.2.2)
|
||||
connection_pool (2.2.5)
|
||||
crass (1.0.6)
|
||||
|
@ -126,7 +120,6 @@ GEM
|
|||
temple (>= 0.8.2)
|
||||
thor
|
||||
tilt
|
||||
highline (1.7.2)
|
||||
http-accept (1.7.0)
|
||||
http-cookie (1.0.5)
|
||||
domain_name (~> 0.5)
|
||||
|
@ -164,15 +157,8 @@ GEM
|
|||
net-protocol
|
||||
net-protocol (0.2.1)
|
||||
timeout
|
||||
net-scp (1.0.4)
|
||||
net-ssh (>= 1.99.1)
|
||||
net-sftp (2.1.2)
|
||||
net-ssh (>= 2.6.5)
|
||||
net-smtp (0.3.3)
|
||||
net-protocol
|
||||
net-ssh (2.9.2)
|
||||
net-ssh-gateway (1.2.0)
|
||||
net-ssh (>= 2.6.5)
|
||||
netrc (0.11.0)
|
||||
nio4r (2.5.9)
|
||||
nokogiri (1.15.3)
|
||||
|
@ -252,8 +238,6 @@ GEM
|
|||
rspec-expectations (~> 2.0.1)
|
||||
rspec-rails (2.0.1)
|
||||
rspec (~> 2.0.0)
|
||||
rvm-capistrano (1.5.6)
|
||||
capistrano (~> 2.15.4)
|
||||
sanitize (6.0.2)
|
||||
crass (~> 1.0.2)
|
||||
nokogiri (>= 1.12.0)
|
||||
|
@ -304,7 +288,6 @@ PLATFORMS
|
|||
DEPENDENCIES
|
||||
RocketAMF!
|
||||
bootsnap (~> 1.16)
|
||||
capistrano (~> 2.15.5)
|
||||
devise (~> 4.9, >= 4.9.2)
|
||||
devise-encryptable (~> 0.2.0)
|
||||
dotenv-rails (~> 2.8, >= 2.8.1)
|
||||
|
@ -326,7 +309,6 @@ DEPENDENCIES
|
|||
record_tag_helper (~> 1.0, >= 1.0.1)
|
||||
rest-client (~> 2.1)
|
||||
rspec-rails (~> 2.0.0.beta.22)
|
||||
rvm-capistrano (~> 1.5.6)
|
||||
sanitize (~> 6.0, >= 6.0.2)
|
||||
sass-rails (~> 6.0)
|
||||
sprockets (~> 4.2)
|
||||
|
|
BIN
vendor/cache/capistrano-2.15.5.gem
vendored
BIN
vendor/cache/capistrano-2.15.5.gem
vendored
Binary file not shown.
BIN
vendor/cache/highline-1.7.2.gem
vendored
BIN
vendor/cache/highline-1.7.2.gem
vendored
Binary file not shown.
BIN
vendor/cache/net-scp-1.0.4.gem
vendored
BIN
vendor/cache/net-scp-1.0.4.gem
vendored
Binary file not shown.
BIN
vendor/cache/net-sftp-2.1.2.gem
vendored
BIN
vendor/cache/net-sftp-2.1.2.gem
vendored
Binary file not shown.
BIN
vendor/cache/net-ssh-2.9.2.gem
vendored
BIN
vendor/cache/net-ssh-2.9.2.gem
vendored
Binary file not shown.
BIN
vendor/cache/net-ssh-gateway-1.2.0.gem
vendored
BIN
vendor/cache/net-ssh-gateway-1.2.0.gem
vendored
Binary file not shown.
BIN
vendor/cache/rvm-capistrano-1.5.6.gem
vendored
BIN
vendor/cache/rvm-capistrano-1.5.6.gem
vendored
Binary file not shown.
Loading…
Reference in a new issue