Gem Install Error

Subscribe to Gem Install Error 5 post(s), 4 voice(s)

 
Avatar Trevor Turk 1 post(s)

I just tried to install the gem and I get this error:
$ sudo gem install fiveruns_tuneup
ERROR: Error installing fiveruns_tuneup:
fiveruns_tuneup requires RubyGems version = 1.2
$ gem—version
1.3.0
Is there a fix or an alternate way to install? I’ll dig around in any case.

 
Avatar Karmi 1 post(s)

+1
I get the same error, is there a way to fix it?
Karel

 
Avatar Eric M 1 post(s)

What I did (for now) was to execute the following (on OS X):
sudo gem install rubygems-update —version=1.2
sudo gem uninstall rubygems-update
(select version 1.3)
sudo update_rubygems
sudo gem install fiveruns_tuneup
I have not tested yet if it works with reinstalling up to version 1.3 or not. As I was running all of my gems on a version below 1.2 before needing rubygems, I don’t plan on upgrading back up for a bit.
Good luck!
Eric M.

 
Avatar Rachel G Administator 50 post(s)

Hi All,
The current plugin is dependent on RubyGems 1.2. We have a new plugin that should be released later today that removes that dependency. I will post back here when it is released.
Thanks,
Rachel

 
Avatar Rachel G Administator 50 post(s)

Hi All,
TuneUp plugin 0.8.17 was released yesterday. This will remove the dependency on RubyGems 1.2.
Thanks,
Rachel