<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; font-family: Calibri, sans-serif; font-size: 14px; color: rgb(0, 0, 0);">
<div>ArchivesSpace manages gems using bundler - and kind of a complicated bundler setup.</div>
<div><br>
</div>
<div>The best solution is, as far as I understand it, to put the gemfiles in the appropriate place in the plugin, and then run bundler against the relevant gemfile/gemfiles.</div>
<div><br>
</div>
<div>There's a build/run task called bundler, which would be run something like this:</div>
<div><br>
</div>
<div>./build/run bundler -Dgemfile=backend/Gemfile</div>
<div><br>
</div>
<div>- Dave</div>
<div><br>
</div>
<div>From:  <Flanagan>, Patrick <<a href="mailto:PJFlanagan@ship.edu">PJFlanagan@ship.edu</a>></div>
<div>Reply-To:  Archivesspace Users Group <<a href="mailto:archivesspace_users_group@lyralists.lyrasis.org">archivesspace_users_group@lyralists.lyrasis.org</a>></div>
<div>Date:  Monday, March 14, 2016 at 10:09 AM</div>
<div>To:  "<a href="mailto:archivesspace_users_group@lyralists.lyrasis.org">archivesspace_users_group@lyralists.lyrasis.org</a>" <<a href="mailto:archivesspace_users_group@lyralists.lyrasis.org">archivesspace_users_group@lyralists.lyrasis.org</a>></div>
<div>Subject:  [Archivesspace_Users_Group] Plugin gems</div>
<div><br>
</div>
<div><br>
</div>
<div>Good morning,</div>
<div></div>
<div>I’m not exceedingly familiar with rails development. I’m making what should be a simple plugin, but I need a gem installed for it to work.</div>
<div>gem install works on the OS side, but when ArchivesSpace gets to my plugin, it doesn’t find the gem with</div>
<div>require. What is the process of making ArchivesSpace aware of new gems for plugins? (Or rather, what is the correct way to do it?) This is for version 1.4.2.</div>
<div></div>
<div>Thank you for your time,</div>
<div></div>
<div>~Patrick Flanagan</div>
<div>KLN Applications Administrator</div>
<div>Keystone Library Network Hub</div>
</body>
</html>