Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Latest commit

 

History

History
9 lines (6 loc) · 371 Bytes

gems.md

File metadata and controls

9 lines (6 loc) · 371 Bytes

Gemfile

To add new gems (libraries) you can edit the Gemfile_custom file. For example to add rails-footnotes gem you would just add:

gem 'rails-footnotes', '~> 4.0'

And then just do the classic Ruby on Rails flow bundle install and following any gem specific install steps from it's own documentation.