djbkd has quit [Remote host closed the connection]
d0nn1e has quit [Ping timeout: 240 seconds]
d0nn1e has joined #rubygems
swills has joined #rubygems
swills has quit [Ping timeout: 252 seconds]
djbkd has joined #rubygems
xapak has left #rubygems [#rubygems]
c355e3b has quit [Quit: Connection closed for inactivity]
djbkd has quit [Quit: My people need me...]
d0nn1e has quit [Ping timeout: 250 seconds]
d0nn1e has joined #rubygems
d0nn1e has quit [Ping timeout: 252 seconds]
ur5us has quit [Remote host closed the connection]
ur5us has joined #rubygems
ur5us has quit [Ping timeout: 240 seconds]
ur5us has joined #rubygems
ur5us has quit [Remote host closed the connection]
workmad3 has joined #rubygems
ur5us has joined #rubygems
ur5us has quit [Remote host closed the connection]
ur5us has joined #rubygems
ur5us has quit [Remote host closed the connection]
c355e3b has joined #rubygems
swills has joined #rubygems
bbrowning_away is now known as bbrowning
jkeiser has joined #rubygems
cliles has joined #rubygems
imperator has joined #rubygems
imperator has quit [Quit: Leaving]
bbrowning has quit [*.net *.split]
bbrowning has joined #rubygems
avdi has quit [Ping timeout: 276 seconds]
avdi has joined #rubygems
imperator has joined #rubygems
xapak has joined #rubygems
xenthree3 has joined #rubygems
xenthree3 has left #rubygems [#rubygems]
bbrowning has quit [Quit: Leaving]
<xapak>
Hello
ur5us has joined #rubygems
<xapak>
I’m trying to pinpoint an issue with a gem installation always installing an old version the first time.
<havenwood>
xapak: What's the command you're running?
<xapak>
Using geminabox repository, it has an endpoint to fetch dependency resolution, but I’m not sure what format it is.
<xapak>
havenwood, first, I do “gem install mygem”, and that installs old version instead of latest. If I add --version <latest> it works fine, or if after old installation I do “gem update mygem”, it picks up the latest.
<xapak>
I tried using --debug --backtrace --verbose on the gem install command, but it doesn’t really say why it’s picking that version.