bundle_ruby
Manage Ruby application dependencies
Install
- All systems
-
curl cmd.cat/bundle_ruby.sh
- Debian
-
apt-get install bundler - Ubuntu
-
apt-get install bundler - Arch Linux
-
pacman -S logstash - Kali Linux
-
apt-get install bundler - CentOS
-
yum install rubygem-bundler - Fedora
-
dnf install rubygem-bundler - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install bundler - OS X
-
brew install logstash - Raspbian
-
apt-get install bundler
bundler
Manage Ruby application dependencies
Bundler manages a Ruby application's dependencies through its entire life, across many machines, systematically and repeatably. This is a dependency package which depends on a full Ruby development environment, it is targeted at application developers.