Gemfile

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Revision as of 12:45, 4 December 2019 by Woozle (talk | contribs)
Jump to navigation Jump to search

Notes

It seems to be expected that this file will be edited by hand.

Typically found in /usr/share/<appname>.

example

  • Redmine unaccountably lost its "mysql" gem (would not run), and all I had to do was:
    • add the line gem "mysql" at a basically arbitrary location in the file
    • from Redmine's Gemfile folder (/usr/share/redmine), run bundle install (and ignore the warnings about running it from root).