attribute gems
Ruby on Rails 2.3.18
Since v2.2.3 Last seen in v2.3.18Available in: v2.2.3 v2.3.18
An array of gems that this rails application depends on. Rails will automatically load these gems during installation, and allow you to install any missing gems with:
rake gems:install
You can add gems with the #gem method.