indirect changed the topic of #bundler to: Docs! http://bundler.io | Problems? http://bit.ly/bundler-issues | How to help: http://bit.ly/bundler-development | API Dashboard http://cl.ly/SBoH | #bundler logs: http://bit.ly/bundler-logs | Questions will be answered eventually, so hang out for a while
rgb-one has quit [Remote host closed the connection]
rgb-one has joined #bundler
zz_Cidan is now known as Cidan
rgb-one has quit [Remote host closed the connection]
hololeap has joined #bundler
houhoulis has joined #bundler
robbyoconnor has quit [Read error: No route to host]
robbyoconnor has joined #bundler
Pupeno has quit [Remote host closed the connection]
houhoulis has quit [Ping timeout: 240 seconds]
houhoulis has joined #bundler
fefo has left #bundler [#bundler]
djbkd_ has joined #bundler
djbkd_ has quit [Read error: Connection reset by peer]
djbkd_ has joined #bundler
djbkd_ has quit [Ping timeout: 244 seconds]
djbkd_ has joined #bundler
Pupeno has joined #bundler
Pupeno has quit [Ping timeout: 245 seconds]
houhoulis has quit [Remote host closed the connection]
Cidan is now known as zz_Cidan
iamjarvo has joined #bundler
djbkd_ has quit [Remote host closed the connection]
iamjarvo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
arup_r has joined #bundler
relix has joined #bundler
relix has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
relix has joined #bundler
arup_r has quit [Quit: ChatZilla 0.9.91.1 [Firefox 37.0.2/2015041600]]
relix has joined #bundler
relix has quit [Quit: Textual IRC Client: www.textualapp.com]
arup_r has joined #bundler
rgb-one has joined #bundler
houhoulis has joined #bundler
zz_Cidan is now known as Cidan
StevenJack has joined #bundler
<StevenJack> Just trying to run the specs and I've followed the steps of 'rake spec:deps' then 'rake spec' but I end up with loads of failures relating to things like 'undefined method `allow' for #<RSpec::ExampleGroups::BundlerSourceRubygems::Caches:0x007fafea101020>' which makes me think it's using the wrong version of rspec, anyone know the right direction to point me in?
djbkd_ has joined #bundler
djbkd_ has quit []
houhouli_ has joined #bundler
houhoulis has quit [Ping timeout: 264 seconds]
houhouli_ has quit [Remote host closed the connection]
houhoulis has joined #bundler
arup_r has quit [Quit: ChatZilla 0.9.91.1 [Firefox 37.0.2/2015041600]]
houhoulis has quit [Remote host closed the connection]
houhoulis has joined #bundler
StevenJack has quit [Ping timeout: 240 seconds]
StevenJack has joined #bundler
houhoulis has quit [Remote host closed the connection]
<StevenJack> Just trying to run the specs and I've followed the steps of 'rake spec:deps' then 'rake spec' but I end up with loads of failures relating to things like 'undefined method `allow' for #<RSpec::ExampleGroups::BundlerSourceRubygems::Caches:0x007fafea101020>' which makes me think it's using the wrong version of rspec, anyone know the right direction to point me in?
<indirect> StevenJack: yup, sounds like the wrong rspec
<StevenJack> how does one get around that?
<StevenJack> as I assume you can't use bundle exec when running bundler, that's why there's the rake spec:deps task
<indirect> uh... no real idea, tbh. the Bundler specs try to make sure that you have the right version of rspec before running
<indirect> maybe your rake command is somehow loading the wrong version of ruby?
<indirect> if you have run rake spec:deps, you definitely have the right version installed
<StevenJack> that's what I was thinking
<indirect> you could try using gem uninstall to get rid of other versions of rspec, or check `head $(which rake)` to see if rake is running a different ruby than you expect
<StevenJack> what ruby manager do you use? I'm guoing to run it in a docker container with a fresh install
<indirect> I use chruby, but I know the Bundler specs work with the latest rvm, since that's what CI uses
<StevenJack> yea I'm using chruby too
<StevenJack> might be worth having a Dockerfile in the root and building a public image for runnig the specs as another option
<StevenJack> then to run the specs you could do 'docker run -v /path/to/bundler/clone:/app bundler spec'
<StevenJack> yea works fine in a container, something to do with my setup - thing that always bugs be about having ruby installed on my mac
<StevenJack> well, different versions that is
<StevenJack> indirect: I'll put a PR in for the Dockerfile for a discussion
houhoulis has joined #bundler
StevenJack has quit [Ping timeout: 255 seconds]
x1337807x has joined #bundler
x1337807x has quit [Quit: Textual IRC Client: www.textualapp.com]
StevenJack has joined #bundler
StevenJack has quit [Ping timeout: 255 seconds]
huoxito has quit [Remote host closed the connection]
huoxito has joined #bundler