-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Description
We updated to RubyGems to 1.8.13 and got some breakage on our Webiva installations (tried on staging first of course). The following two exceptions each needed to be resolved:
uninitialized constant ActiveSupport::Dependencies::Mutex
and
undefined local variable or method `version_requirements' for #<Rails::GemDependency:0x...>
Ultimately we were able to fix them with a little googling and these two changes:
Confession: I didn't spend the time to fully understand what is actually going on with these two changes. But they worked for me, so I figured I'd help propagate the cargo cult :)
Metadata
Metadata
Assignees
Labels
No labels