From ebbb5f498edb10ad006f7fe15a8d6b34e94faa20 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Aug 2023 16:39:06 +0000 Subject: [PATCH] Update dependency paper_trail to v15 --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 8df926560..079c52b9d 100644 --- a/Gemfile +++ b/Gemfile @@ -24,7 +24,7 @@ gem 'bootstrap_form', '~> 4.5.0' # Our database is postgres gem 'pg', '~> 1.2' -gem 'paper_trail', '~> 14.0' +gem 'paper_trail', '~> 15.0' gem 'activerecord-session_store' # Our authentication library is devise, with oauth2 for google signin diff --git a/Gemfile.lock b/Gemfile.lock index dd2598e61..a4dad37de 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -209,7 +209,7 @@ GEM rails (>= 2.3.3) mini_mime (1.1.2) mini_portile2 (2.8.4) - minitest (5.18.1) + minitest (5.19.0) minitest-optional_retry (0.0.2) minitest (~> 5.0) minitest-spec-rails (7.0.0) @@ -257,8 +257,8 @@ GEM actionpack (>= 4.2) omniauth (~> 2.0) orm_adapter (0.5.0) - paper_trail (14.0.0) - activerecord (>= 6.0) + paper_trail (15.0.0) + activerecord (>= 6.1) request_store (~> 1.4) parallel (1.23.0) parser (3.2.2.3) @@ -286,7 +286,7 @@ GEM puma (6.2.2) nio4r (~> 2.0) racc (1.7.1) - rack (2.2.7) + rack (2.2.8) rack-attack (6.7.0) rack (>= 1.0, < 4) rack-protection (3.0.5) @@ -467,7 +467,7 @@ DEPENDENCIES nokogiri (>= 1.13.4) omniauth-google-oauth2 (~> 1.1.1) omniauth-rails_csrf_protection (~> 1.0) - paper_trail (~> 14.0) + paper_trail (~> 15.0) pdf-inspector pg (~> 1.2) prawn