arohner has quit [Remote host closed the connection]
newUser1234 has quit [Ping timeout: 240 seconds]
huoxito has joined #rubygems
imperator2 has joined #rubygems
imperator2 has quit [Ping timeout: 264 seconds]
kure__ has joined #rubygems
newUser1234 has joined #rubygems
<havenwood>
drbrain: ran into an error testing installing RubyGems 2.2.1 on ruby-1.8.7: ./lib/rubygems/config_file.rb:39: uninitialized constant Gem::UserInteraction (NameError)
<drbrain>
havenwood: yeah, travis keeps reporting that
<drbrain>
I haven't tried to nail that down yet since I'm not getting it locally
imperator2 has joined #rubygems
<havenwood>
hmm, interesting - yeah, i'm getting it locally
jonahR has joined #rubygems
<drbrain>
I think luck is involved
jonahR has quit [Quit: jonahR]
<shevy>
hehe
<shevy>
imperator2 heeeeeey old horse! are you still doing ruby on windows stuff?
phinfonet has quit [Quit: exitiing]
josh-k has joined #rubygems
<havenwood>
drbrain: the first error i run into from `config_file.rb` goes away if i switch `require 'rubygems/user_interaction'` to be just `require 'user_interaction'`
<drbrain>
havenwood: that's very odd
<havenwood>
then another error that looks like the same issue in another file pops up, seem load path related somehow?
stevenharman has joined #rubygems
dwknoxy has quit [Quit: Computer has gone to sleep.]
havenwood has quit [Remote host closed the connection]
imperator2 has quit [Ping timeout: 240 seconds]
bbrowning_away has quit [Read error: Connection reset by peer]
bbrowning_away has joined #rubygems
<indirect>
drbrain: I get it perfectly repeatably on ruby 1.8.7, while trying to run the bundler tests against Rubygems 1.8.29
<drbrain>
indirect: yeah, and its repeating regularly in the rubygems travis too
<indirect>
(that travis job has failed the exact same way when re-run multiple times)
<indirect>
strange that it works with older rubygems versions
<indirect>
huh, I did not realize that 2.2.0 supported 1.8.7
<drbrain>
all of 2.x will
<indirect>
oh
<indirect>
better adjust my matrix
<indirect>
for some reason the matrix thinks that rg 2 dropped support for 1.8.7
imperator2 has joined #rubygems
<imperator2>
shevy, yep, still doing ruby on windows stuff :)
kure__ has quit [Ping timeout: 272 seconds]
jonahR has joined #rubygems
josh-k has quit [Remote host closed the connection]
newUser1234 has quit [Remote host closed the connection]
law has joined #rubygems
<law>
hey all, apologies in advance if this is the wrong channel to ask this, but I'm trying to install a variety of gems via 'bundle exec gem install <blargh>', and while the system says they install just fine, they don't show up in 'gem list' or 'bundle list' or 'bundle exec gem list'. This is on OS X Mavericks, with Ruby 2.0.0p247
<law>
I suspect a well-meaning coworker 'did something silly' to my gems when I let him on my system to troubleshoot a rackspace gem issue
<law>
so... I'd also be down with "how to nuke Ruby from orbit and reinstall for OS X" help :-)
newUser1234 has joined #rubygems
<imperator2>
are you using rvm?
<law>
I am not. I'd prefer not to, since it rewrites certain shell primitives like 'env'
<mpapis>
law, no it does not
<law>
I really don't want to get into the merits of RVM vs rbenv vs whatever the latest hotness is, I just want to get my system back to a base state before my coworker torched it
graphex has quit [Ping timeout: 248 seconds]
<imperator2>
i wasn't going to suggest it, just ruling it out as a possible issue
newUser1234 has quit [Ping timeout: 245 seconds]
<Rennex>
law: does "gem install" without bundler in the way work any better?
<law>
Rennex: it does not, unfortunately
<law>
imperator2: thanks for understanding. I know how passionate RVM guys are about that particular toolchain :-)
<Rennex>
law: and does "gem which gemname" show anything?
newUser1234 has joined #rubygems
<law>
it does on gems that show up in 'gem list', it's not on gems that I'm trying to install
<law>
(specifically, 'knife-rackspace' and 'addressable')
graphex has joined #rubygems
<Rennex>
is your disk full? ;)
<law>
thankfully, no it is not :-) and I have plenty of inodes
<Rennex>
sounds like you need to exorcise a black hole off your disk
<law>
I did not check that at first though, so huzzah for going back to the basics :-)
<law>
yarp
<law>
I'm thinking a nuke from orbit and reinstall, but I don't know an 'approved' way to do that on OS X
<mml>
dependency.rb:298:in `to_specs': Could not find 'mashery' (>= 0) among 88 total gem(s)
* mml
tries env var
<drbrain>
I probably need to change that that to accept an argument for the location of the Gemfile
<drbrain>
at present rubygems doesn't automatically find the Gemfile because of security concerns
<mml>
hah! i had a call to bundler in my rakefile still
<drbrain>
once I've got a better handle on bundler behavior I can match it
<mml>
now that it's gone of course, my rakefile blows up :)
<mml>
at least i now have a ton of crap in my $:
<mml>
including the gem with the :path
<mml>
so that appears to be happy
<mml>
just have to figure out why rspec isn't loading
dwknoxy has quit [Ping timeout: 264 seconds]
sinm has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
huoxito has quit [Remote host closed the connection]
stevenharman has quit [Quit: Leaving...]
ZachBeta has quit [Quit: Computer has gone to sleep.]
arohner has joined #rubygems
newUser1234 has quit [Remote host closed the connection]
ZachBeta has joined #rubygems
<mml>
ok, i think i'm on to something, i have user-install set in my .gemrc, but my $: contains the system location for rspec (which doesn't exist)
arohner has quit [Ping timeout: 260 seconds]
<mml>
GEM_PATH looks legit, but has the system location first in the list, as opposed to my user location
<mml>
the rest of the gems seem to have the user-install location as expected
ged_ is now known as ged
<mml>
wow, gem has very different behavrior when rubygems_gemdeps is set
rafaelfranca has quit [Remote host closed the connection]
phinfone_ has joined #rubygems
phinfonet has quit [Ping timeout: 252 seconds]
mfonda has joined #rubygems
<mfonda>
trying to install a gem (https://rubygems.org/gems/bourbon/versions/3.1.8) -- i use the command 'gem install bourbon' and it installs version 2.1.1 -- how can i install 3.1.8. i tried gem install bourbon --version '3.1.8' but get error "ERROR: Could not find a valid gem 'bourbon' (= 3.1.8) in any repository". sorry if i'm missing something obvious, never used ruby/gems before
mfonda has left #rubygems [#rubygems]
bbrowning is now known as bbrowning_away
huoxito has joined #rubygems
rafaelfranca has joined #rubygems
huoxito has quit [Ping timeout: 245 seconds]
seanlinsley has joined #rubygems
phinfone_ has quit [Read error: Connection reset by peer]
ZachBeta has quit [Quit: Computer has gone to sleep.]