File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
deploy_with_ackama_ec2_capistrano Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change 1414 gem "capistrano-bundler", require: false
1515 gem "capistrano-rails", require: false
1616 gem "capistrano-rbenv", require: false
17- gem "capistrano-rake", require: false
1817 gem "ed25519", require: false
1918 gem "bcrypt_pbkdf", require: false
2019 gem "aws_ec2_environment", github: "ackama/aws_ec2_environment"
155154 # https://github.com/capistrano/rbenv
156155 # https://github.com/capistrano/bundler
157156 # https://github.com/capistrano/rails
158- # https://github.com/sheharyarn/capistrano-rake
159157 #
160158 require "capistrano/rbenv"
161159 require "capistrano/bundler"
162160 require "capistrano/rails/assets"
163161 require "capistrano/rails/migrations"
164- require "capistrano/rake"
165162 EO_RUBY
166163end
167164
Original file line number Diff line number Diff line change 1212 gem "capistrano-bundler", require: false
1313 gem "capistrano-rails", require: false
1414 gem "capistrano-rbenv", require: false
15- gem "capistrano-rake", require: false
1615 gem "ed25519", require: false
1716 gem "bcrypt_pbkdf", require: false
1817
143142 # https://github.com/capistrano/rbenv
144143 # https://github.com/capistrano/bundler
145144 # https://github.com/capistrano/rails
146- # https://github.com/sheharyarn/capistrano-rake
147145 #
148146 require "capistrano/rbenv"
149147 require "capistrano/bundler"
150148 require "capistrano/rails/assets"
151149 require "capistrano/rails/migrations"
152- require "capistrano/rake"
153150 EO_RUBY
154151end
155152
You can’t perform that action at this time.
0 commit comments