From a237bcd5658de803cbc4cc6bb3363783266b2035 Mon Sep 17 00:00:00 2001 From: ulferts Date: Mon, 7 Oct 2024 14:20:53 +0200 Subject: [PATCH] bump paper_trail --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 4921c181b6e..3deb234d022 100644 --- a/Gemfile +++ b/Gemfile @@ -167,7 +167,7 @@ gem "matrix", "~> 0.4.2" gem "meta-tags", "~> 2.22.0" -gem "paper_trail", "~> 15.1.0" +gem "paper_trail", "~> 15.2.0" gem "op-clamav-client", "~> 3.4", require: "clamav" diff --git a/Gemfile.lock b/Gemfile.lock index 4a3e3e200be..ac310df49a6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -820,7 +820,7 @@ GEM os (1.1.4) ostruct (0.6.0) ox (2.14.18) - paper_trail (15.1.0) + paper_trail (15.2.0) activerecord (>= 6.1) request_store (~> 1.4) parallel (1.26.3) @@ -1316,7 +1316,7 @@ DEPENDENCIES openproject-xls_export! overviews! ox - paper_trail (~> 15.1.0) + paper_trail (~> 15.2.0) parallel_tests (~> 4.0) pdf-inspector (~> 1.2) pg (~> 1.5.0)