Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Breakage with most recent version of RubyGems #8

Open
woods opened this issue Dec 26, 2011 · 1 comment
Open

Breakage with most recent version of RubyGems #8

woods opened this issue Dec 26, 2011 · 1 comment

Comments

@woods
Copy link
Contributor

woods commented Dec 26, 2011

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 :)

@woods
Copy link
Contributor Author

woods commented Dec 26, 2011

This happened on both Mac OS (Lion) and on Linux (CentOS 5). RubyGems 1.8.6 and 1.8.13. Ruby Enterprise Edition 1.8.7 in both cases.

$ ruby --version
ruby 1.8.7 (2010-04-19 patchlevel 253) [x86_64-linux], MBARI 0x6770, Ruby Enterprise Edition 2010.02
$ gem --version
1.8.13

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant