- 1.
Bundler
- 2.
Ruby on Rails
- 3.
PostgreSQL
Installing Bundler
Bundler2 is a package manager that manages the dependencies of a Ruby application. Our project will use Bundler to manage the dependencies of our Ruby on Rails application specifically. Bundler is a Ruby gem, so we will use the Ruby gem3 command to install it: