Skip to content
This repository has been archived by the owner on Aug 30, 2018. It is now read-only.

Commit

Permalink
remove vbguest for now as it does not work with vagrant dev
Browse files Browse the repository at this point in the history
  • Loading branch information
joshk committed Aug 7, 2012
1 parent b7deedd commit a7a7264
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -15,7 +15,7 @@ local_or_remote_gem 'travis-build', :git => 'https://github.com/travis-ci/tr
local_or_remote_gem 'travis-support', :git => 'https://github.com/travis-ci/travis-support' local_or_remote_gem 'travis-support', :git => 'https://github.com/travis-ci/travis-support'


gem 'vagrant', :git => 'https://github.com/joshk/vagrant' gem 'vagrant', :git => 'https://github.com/joshk/vagrant'
gem 'vagrant-vbguest' # gem 'vagrant-vbguest'


gem 'thor', '~> 0.14.6' gem 'thor', '~> 0.14.6'


Expand Down
2 changes: 0 additions & 2 deletions Gemfile.lock
Expand Up @@ -82,7 +82,6 @@ GEM
simplecov-html (~> 0.5.3) simplecov-html (~> 0.5.3)
simplecov-html (0.5.3) simplecov-html (0.5.3)
thor (0.14.6) thor (0.14.6)
vagrant-vbguest (0.3.5)


PLATFORMS PLATFORMS
java java
Expand All @@ -104,4 +103,3 @@ DEPENDENCIES
travis-build! travis-build!
travis-support! travis-support!
vagrant! vagrant!
vagrant-vbguest

0 comments on commit a7a7264

Please sign in to comment.