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:
westarete@43947b9
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 :)
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:
and
Ultimately we were able to fix them with a little googling and these two changes:
westarete@43947b9
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 :)