Update fake_ftp dependency constraint to maintain minor
This commit is contained in:
parent
354c07f21e
commit
e5500d0e14
|
@ -43,7 +43,7 @@ Gem::Specification.new do |s|
|
||||||
s.add_development_dependency "rake", "~> 11.3.0"
|
s.add_development_dependency "rake", "~> 11.3.0"
|
||||||
s.add_development_dependency "rspec", "~> 2.14.0"
|
s.add_development_dependency "rspec", "~> 2.14.0"
|
||||||
s.add_development_dependency "webmock", "~> 1.20"
|
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
|
# 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
|
# in the gem. It does this by reading all the files in the directory where
|
||||||
|
|
Loading…
Reference in New Issue