audiolize / vagrant-softlayer

This is a Vagrant plugin that adds a SoftLayer provider to Vagrant, allowing Vagrant to control and provision SoftLayer CCI instances.
MIT License
42 stars 15 forks source link

Having trouble running the unit tests on fresh clone of master #36

Closed causton81 closed 9 years ago

causton81 commented 9 years ago

What version of ruby should work? What version of rspec? Is there a reason the Gemfile.lock is not committed? I'm relatively new to ruby, but I thought that was supposed to pin all the versions and be committed.

causton81 commented 9 years ago

https://gist.github.com/causton81/03bee859aac6ebb8a659

ju2wheels commented 9 years ago

Not sure off the top of my head but it really shouldnt matter as we are a plugin for vagrant and since vagrant bundles its own ruby instance thats what the baseline is that we target. Since we support Vagrant 1.3+ I believe the oldest last time I checked the vagrant change log was like 1.9.3 or 1.9.2 and current is at 2.0.0p353.

I dont do that much ruby dev on a large scale using bundler outside of this so will defer to @emyl on the rspec/Gemfile.lock .

causton81 commented 9 years ago

Please see pull request.