console.tt
Manage Ruby application dependencies (runtime)
Install
- All systems
-
curl cmd.cat/console.tt.sh
- Debian
-
apt-get install ruby-bundler
- Ubuntu
-
apt-get install ruby-bundler
- Alpine
-
apk add ruby-bundler
- Arch Linux
-
pacman -S ruby-bundler
- Kali Linux
-
apt-get install ruby-bundler
- CentOS
-
yum install rubygem-bundler
- Fedora
-
dnf install rubygem-bundler
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install ruby-bundler
- Raspbian
-
apt-get install ruby-bundler
- Dockerfile
- dockerfile.run/console.tt
- Docker
-
docker run cmd.cat/console.tt console.tt
powered by Commando
ruby-bundler
Manage Ruby application dependencies (runtime)
Bundler manages a Ruby application's dependencies through its entire life, across many machines, systematically and repeatably. This package must be used as dependency for checking application dependencies at runtime.