Bodo Tasche

Results 127 comments of Bodo Tasche

rbenv, which means that I have to implement rbenv and than this in both systems. But don't worry about that.

![fixing all the things](http://i.imgur.com/rHUa3jX.jpg)

Can you add me to the project that I can assign myself to the issues? Will send pull requests, but that way you see what I am working on.

:heart_eyes:

After #23 is done, I will do this. My current thought on this is: Iterate over every ruby version that should have gems installed, run `gem update [list of gems]`...

Want to add it into rvm and rbenv. Will install rvm for this :wink:

One thing I forgot. `gem update` does not install the gem, I have to run `gem list`, parse that output and than either install or update the gem. Or is...

Holy shit. Today is really frustrating. I am giving up on this today. I can't open a new shell as a subprocess and switch the used ruby version in there....

Btw: this works if Bundler is not part of the equation: `system({"RBENV_VERSION" => "2.1.1"}, "rbenv exec gem list")` If Bundler wraps the stuff, something is changed and gem only returns...

I asked the rbenv folks. Let's see what they have something similar.