From 496b4d7a9b23c9318d3e0e9bddb755e1bce01c17 Mon Sep 17 00:00:00 2001 From: Ben Atkins Date: Tue, 3 Feb 2015 16:47:33 -0500 Subject: [PATCH] Update README directions for 4.0.0.beta installation instructions for Sinatra as per #473 [ci skip] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a03dd22..c152f570 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ your applications `ActiveRecord` connection in a manner similar to the way `Rail 1. Add PaperTrail to your `Gemfile`. - `gem 'paper_trail', '~> 3.0.6'` + `gem 'paper_trail', '~> 4.0.0.beta'` 2. Generate a migration to add a `versions` table to your database.