From df9677f5bfc782dbbe1e38528438873bed4dbc88 Mon Sep 17 00:00:00 2001 From: Adam Meehan Date: Mon, 15 Oct 2012 20:37:05 +1100 Subject: [PATCH] timeliness minimum dep 0.3.7 --- validates_timeliness.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validates_timeliness.gemspec b/validates_timeliness.gemspec index a00d6e3..26237a2 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.6"]) + s.add_runtime_dependency(%q, ["~> 0.3.7"]) end