* Minor comment fix in Gemfile [closes GH-467]
"gem bundle" is a defunct command now that bundler uses "bundle"
This commit is contained in:
parent
25dee4ac6d
commit
9680f3f9d4
2
Gemfile
2
Gemfile
|
@ -6,8 +6,6 @@ gem "vagrant", :path => '.'
|
||||||
# typically coincides with it
|
# typically coincides with it
|
||||||
gem "virtualbox", :git => "git://github.com/mitchellh/virtualbox.git"
|
gem "virtualbox", :git => "git://github.com/mitchellh/virtualbox.git"
|
||||||
|
|
||||||
# Gems required for testing only. To install run
|
|
||||||
# gem bundle test
|
|
||||||
group :test do
|
group :test do
|
||||||
gem "rake"
|
gem "rake"
|
||||||
gem "contest", ">= 0.1.2"
|
gem "contest", ">= 0.1.2"
|
||||||
|
|
Loading…
Reference in New Issue