From b6a115e2713e6adfafed719e2450b806c2a06a81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Jan 2021 22:50:08 +0000 Subject: [PATCH] Bump paper_trail from 7.1.3 to 10.3.1 Bumps [paper_trail](https://github.com/airblade/paper_trail) from 7.1.3 to 10.3.1. - [Release notes](https://github.com/airblade/paper_trail/releases) - [Changelog](https://github.com/paper-trail-gem/paper_trail/blob/master/CHANGELOG.md) - [Commits](https://github.com/airblade/paper_trail/compare/v7.1.3...v10.3.1) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 087f734e45..24cc314f99 100644 --- a/Gemfile +++ b/Gemfile @@ -80,7 +80,7 @@ gem 'dalli' gem 'figaro' gem 'geocoder' gem 'gmaps4rails' -gem 'paper_trail', '~> 7.1.3' +gem 'paper_trail', '~> 10.3.1' gem 'paperclip', '~> 3.4.1' gem 'rack-rewrite' gem 'rack-ssl', require: 'rack/ssl' diff --git a/Gemfile.lock b/Gemfile.lock index bc70a93fd6..1db2754883 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -476,8 +476,8 @@ GEM rack (>= 1.2, < 3) optimist (3.0.1) orm_adapter (0.5.0) - paper_trail (7.1.3) - activerecord (>= 4.0, < 5.2) + paper_trail (10.3.1) + activerecord (>= 4.2) request_store (~> 1.1) paperclip (3.4.2) activemodel (>= 3.0.0) @@ -794,7 +794,7 @@ DEPENDENCIES oauth2 (~> 1.4.4) ofn-qz! order_management! - paper_trail (~> 7.1.3) + paper_trail (~> 10.3.1) paperclip (~> 3.4.1) paranoia (~> 2.4) pg (~> 0.21.0)