From 60b172e90948b15563c222890b77dc14ac7f1348 Mon Sep 17 00:00:00 2001 From: jacoblockard99 <38223455+jacoblockard99@users.noreply.github.com> Date: Sat, 11 Dec 2021 10:34:34 -0500 Subject: [PATCH] Update README.md gem version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f7f4080..820482e 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ NOTE: StrongPassword requires the use of Ruby 2.0. Upgrade if you haven't alrea Add this line to your application's Gemfile: ```ruby -gem 'strong_password', '~> 0.0.9' +gem 'strong_password', '~> 0.0.10' ``` And then execute: