DEV Community

Prathamesh Sonpatki
Prathamesh Sonpatki

Posted on

bundle add to add a gem to your application

If you want to add a gem to your application, you don't need to edit the Gemfile manually and run bundle install.

Just run bundle add <GEM NAME>!

▶ bundle add stimulus_reflex
Fetching gem metadata from https://rubygems.org/.........
Fetching gem metadata from https://rubygems.org/.
..
Enter fullscreen mode Exit fullscreen mode

Top comments (0)