Update fake_ftp dependency constraint to maintain minor

This commit is contained in:
Chris Roberts 2017-07-26 15:29:05 -07:00
parent 354c07f21e
commit e5500d0e14
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ Gem::Specification.new do |s|
s.add_development_dependency "rake", "~> 11.3.0"
s.add_development_dependency "rspec", "~> 2.14.0"
s.add_development_dependency "webmock", "~> 1.20"
s.add_development_dependency "fake_ftp", "~> 0.1"
s.add_development_dependency "fake_ftp", "~> 0.1.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