Class: Rsm::Bundle::Update
- Defined in:
- lib/tasks/bundle/update.rb
Constant Summary
Constants inherited from Rsm::Base
Constants included from Actions
Instance Attribute Summary
Attributes inherited from Rsm::Base
#server, #socket_per_worker, #worker_processes
Instance Method Summary collapse
Methods inherited from Rsm::Base
#set_destination_root, #set_server, #set_worker_processes, source_root, template_path
Methods included from Actions
#application_root, #downloaded_file, #fetch_temporary_archive, #ruby_binary, #run_ruby_binary, #run_with_bundler, #unpack_compressed_archive
Instance Method Details
#update ⇒ Object
5 6 7 8 9 |
# File 'lib/tasks/bundle/update.rb', line 5 def update inside "." do run_ruby_binary "bundle update" end end |