From ae46863d77d8df9634335b2aed36b391b3049c33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Aug 2021 09:02:50 +0000 Subject: [PATCH] Bump paper_trail from 12.0.0 to 12.1.0 Bumps [paper_trail](https://github.com/airblade/paper_trail) from 12.0.0 to 12.1.0. - [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/v12.0.0...v12.1.0) --- updated-dependencies: - dependency-name: paper_trail dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 0e934d38fa..b1963c5583 100644 --- a/Gemfile +++ b/Gemfile @@ -78,7 +78,7 @@ gem 'geocoder' gem 'gmaps4rails' gem 'mimemagic', '> 0.3.5' gem 'paperclip', '~> 3.4.1' -gem 'paper_trail', '~> 12.0.0' +gem 'paper_trail', '~> 12.1.0' gem 'rack-rewrite' gem 'rack-ssl', require: 'rack/ssl' gem 'roadie-rails' diff --git a/Gemfile.lock b/Gemfile.lock index 346ffd7299..fd422cd9ed 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -397,7 +397,7 @@ GEM rack (>= 1.2, < 3) orm_adapter (0.5.0) pagy (4.11.0) - paper_trail (12.0.0) + paper_trail (12.1.0) activerecord (>= 5.2) request_store (~> 1.1) paperclip (3.4.2) @@ -750,7 +750,7 @@ DEPENDENCIES ofn-qz! order_management! pagy (~> 4.11) - paper_trail (~> 12.0.0) + paper_trail (~> 12.1.0) paperclip (~> 3.4.1) paranoia (~> 2.4) paypal-sdk-merchant (= 1.117.2)