Closed jblancett closed 8 years ago
i am sorry , i am new in gitHub What steps do i need to perform to try this build ?
Easiest way would be to add something like this to your project's Gemfile:
group :development do
gem "vagrant", git: "https://github.com/mitchellh/vagrant.git", tag: "v1.8.1"
end
group :plugins do
gem "vagrant-rspec-ci", git: "https://github.com/jblancett/vagrant-rspec-ci.git", branch: "vagrant_upgrade"
end
then bundle install
and run your vagrant commands with bundle exec vagrant
Note: You may see warnings from vagrant about running it with bundler, just ignore.
vagrant-rspec-ci gem version 1.1.1 has been published to rubygems.org containing this fix.
This should take care of #3 @tal5ab could you let me know if this works for you as well?