New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

capistrano-ubuntu-ruby-setup

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

capistrano-ubuntu-ruby-setup

  • 0.1.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Capistrano Ubuntu Ruby Setup

When initially deploying you should not have to install prerequisites to use Ruby but let the automatic deployment take care of this. This gem let's you install Ruby from scratch using Rbenv under the hood.

Installation

Add these gems to your application's Gemfile:

gem 'capistrano', '~> 3.6'
gem 'capistrano-rbenv', '~> 2.0'
gem 'capistrano-ubuntu-ruby-setup'

And then execute:

$ bundle

Setup your deploy.rb according to capistrano-rbenv and add the following requires to your Capfile:

require 'capistrano/rbenv'
require 'capistrano/rbenv_install'
require 'sshkit/sudo'
require 'capistrano/ubuntu_ruby_setup'

Run bundle exec cap <environment> deploy and profit.

License

The gem is available as open source under the terms of the MIT License.

FAQs

Package last updated on 05 Dec 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc