From 0e6417b1b592b0c9e580b633a72d5665500c510b Mon Sep 17 00:00:00 2001 From: Henne Vogelsang Date: Thu, 30 Aug 2018 15:48:12 +0200 Subject: [PATCH] Update paper-trail to support newer ruby versions --- Gemfile.lock | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 591c655f..2b0f5987 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -330,9 +330,11 @@ GEM rack-openid (~> 1.3.1) open4 (1.3.4) orm_adapter (0.5.0) - paper_trail (9.0.0) + paper_trail (9.2.0) activerecord (>= 4.2, < 5.3) + paper_trail-association_tracking (< 2) request_store (~> 1.1) + paper_trail-association_tracking (1.0.0) parallel (1.12.1) parser (2.5.1.0) ast (~> 2.4.0)