Use bundle to add gems to Gemfile
Snippet
Yeah, kitt finished writing this at 08:46 on 25 September 2020
Similar to npm add module --save
to add a node package to the package.json file, you can use bundle to download, install and save a gem to the Gemfile.
bundle add {gem} {version}
# examples bundle add pdf-reader "2.4" bundle add pdf-reader
Add new comment