Closed sam closed 12 years ago
If the Doubleshot.lock file exists (so the Doubleshot file hasn't been updated), and contains Gems, then require the Gems, rescue and aggregate LoadErrors, batch-install missing Gems, and require the remainder.
Doubleshot.lock
Doubleshot
require
rescue
LoadError
Done in: d73850cbd32bebd4b455b2181e4a6f17190093e2
If the
Doubleshot.lock
file exists (so theDoubleshot
file hasn't been updated), and contains Gems, thenrequire
the Gems,rescue
and aggregateLoadError
s, batch-install missing Gems, and require the remainder.