From c988d8f9004b0abe63ffd2b5fe43a820f3c29be6 Mon Sep 17 00:00:00 2001 From: ulferts Date: Fri, 7 Feb 2025 14:12:38 +0100 Subject: [PATCH] bump paper_trail --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index a3fb51f2cad2..278169d87a12 100644 --- a/Gemfile +++ b/Gemfile @@ -167,7 +167,7 @@ gem "matrix", "~> 0.4.2" gem "meta-tags", "~> 2.22.0" -gem "paper_trail", "~> 15.2.0" +gem "paper_trail", "~> 16.0.0" gem "op-clamav-client", "~> 3.4", require: "clamav" diff --git a/Gemfile.lock b/Gemfile.lock index dba1a2273669..00d9a6253dd0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -837,7 +837,7 @@ GEM ostruct (0.6.1) ox (2.14.21) bigdecimal (>= 3.0) - paper_trail (15.2.0) + paper_trail (16.0.0) activerecord (>= 6.1) request_store (~> 1.4) parallel (1.26.3) @@ -1343,7 +1343,7 @@ DEPENDENCIES openproject-xls_export! overviews! ox - paper_trail (~> 15.2.0) + paper_trail (~> 16.0.0) parallel_tests (~> 4.0) pdf-inspector (~> 1.2) pg (~> 1.5.0)