From 573df2d9c36ca2b4c2f1fe139f4e25fba30d0af4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mislav=20Marohni=C4=87?= Date: Mon, 29 May 2023 23:03:51 +0200 Subject: [PATCH] Update installation instructions for v4.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a7d788fd..b9e0624e 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ will_paginate is a pagination library that integrates with Ruby on Rails, Sinatra, Hanami::View, and Sequel. ``` ruby -gem 'will_paginate', '~> 3.3' +gem 'will_paginate', '~> 4.0' ``` See [installation instructions][install] on the wiki for more info.