newgem.tt
Manage Ruby application dependencies
Install
- All systems
-
curl cmd.cat/newgem.tt.sh
- Debian
-
apt-get install bundler - Ubuntu
-
apt-get install bundler - 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 - 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.