From 0219c3850ddf01168283270f5ffe009e870a8129 Mon Sep 17 00:00:00 2001 From: Adam Meehan Date: Tue, 7 Mar 2017 20:33:46 +1100 Subject: [PATCH] minimum timeliness 0.3.8 --- validates_timeliness.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validates_timeliness.gemspec b/validates_timeliness.gemspec index 26237a2..8f278f3 100644 --- a/validates_timeliness.gemspec +++ b/validates_timeliness.gemspec @@ -16,5 +16,5 @@ Gem::Specification.new do |s| s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.extra_rdoc_files = ["README.rdoc", "CHANGELOG.rdoc", "LICENSE"] - s.add_runtime_dependency(%q, ["~> 0.3.7"]) + s.add_runtime_dependency(%q, ["~> 0.3.8"]) end