wvanbergen/request-log-analyzer

Error installing request-log-analyzer

Closed this issue · 3 comments

Getting an undefined method `map' error when installing the request-log-analyzer gem (on Mac OSX 10.6.8).

MacBook-Pro-5$ sudo gem install request-log-analyzer
Password:
Successfully installed request-log-analyzer-1.12.10
1 gem installed
Installing ri documentation for request-log-analyzer-1.12.10...
ERROR: While executing gem ... (NoMethodError)
undefined method `map' for Gem::Specification:Class
MacBook-Pro-5$

Does it work if you run the following command?

sudo gem install request-log-analyzer --no-rdoc --no-ri

On 2013-11-25, at 3:01 AM, OrderCup notifications@github.com wrote:

Getting an undefined method `map' error when installing the request-log-analyzer gem (on Mac OSX 10.6.8).

MacBook-Pro-5$ sudo gem install request-log-analyzer
Password:
Successfully installed request-log-analyzer-1.12.10
1 gem installed
Installing ri documentation for request-log-analyzer-1.12.10...
ERROR: While executing gem ... (NoMethodError)
undefined method `map' for Gem::Specification:Class
MacBook-Pro-5$


Reply to this email directly or view it on GitHub.

Yes, that worked fine. Did it install the gem but not the docs?

Yes, it left out the docs this way.
The root cause is that your version of ruby gems is outdated. I think you can update it using sudo gem update--system

On 2013-11-25, at 6:19 AM, OrderCup notifications@github.com wrote:

Yes, that worked fine. Did it install the gem but not the docs?


Reply to this email directly or view it on GitHub.