mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-05-28 04:36:05 -04:00
Add fake_ftp as a development dep
This commit is contained in:
parent
1ac68808e0
commit
f85d96b425
1 changed files with 1 additions and 0 deletions
|
|
@ -34,6 +34,7 @@ Gem::Specification.new do |s|
|
|||
|
||||
s.add_development_dependency "rake"
|
||||
s.add_development_dependency "rspec", "~> 2.14.0"
|
||||
s.add_development_dependency "fake_ftp", "~> 0.1"
|
||||
|
||||
# The following block of code determines the files that should be included
|
||||
# in the gem. It does this by reading all the files in the directory where
|
||||
|
|
|
|||
Loading…
Reference in a new issue