From d9b81b79a480e0b03ada33b177f41f80cd2bd5da Mon Sep 17 00:00:00 2001 From: Adam Meehan Date: Tue, 6 Aug 2019 15:07:30 +1000 Subject: [PATCH] bump README install version --- README.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rdoc b/README.rdoc index 7b44328..4405dfe 100644 --- a/README.rdoc +++ b/README.rdoc @@ -31,7 +31,7 @@ If you a looking for the old version for Rails 3.x go here[http://github.com/adz == Installation # in Gemfile - gem 'validates_timeliness', '~> 4.0' + gem 'validates_timeliness', '~> 4.1' # Run bundler $ bundle install