From 18cb0e0980e5c929b4ff1e8a860a50eefb1542cb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2020 16:56:15 +0000 Subject: [PATCH] Bump paper_trail from 5.2.3 to 7.1.3 Bumps [paper_trail](https://github.com/airblade/paper_trail) from 5.2.3 to 7.1.3. - [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/v5.2.3...v7.1.3) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 0c442ca2c6..b2eede5f3f 100644 --- a/Gemfile +++ b/Gemfile @@ -88,7 +88,7 @@ gem 'figaro' gem 'geocoder' gem 'gmaps4rails' gem 'oj' -gem 'paper_trail', '~> 5.2.3' +gem 'paper_trail', '~> 7.1.3' gem 'paperclip', '~> 3.4.1' gem 'rack-rewrite' gem 'rack-ssl', require: 'rack/ssl' diff --git a/Gemfile.lock b/Gemfile.lock index fa904aedfc..0945342318 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -466,7 +466,7 @@ GEM money (5.1.1) i18n (~> 0.6.0) msgpack (1.3.3) - multi_json (1.14.1) + multi_json (1.15.0) multi_xml (0.6.0) multipart-post (2.1.1) newrelic_rpm (3.18.1.330) @@ -481,8 +481,8 @@ GEM oj (3.10.8) optimist (3.0.0) orm_adapter (0.5.0) - paper_trail (5.2.3) - activerecord (>= 3.0, < 6.0) + paper_trail (7.1.3) + activerecord (>= 4.0, < 5.2) request_store (~> 1.1) paperclip (3.4.2) activemodel (>= 3.0.0) @@ -553,7 +553,7 @@ GEM nokogiri (~> 1.5) optimist (~> 3.0) redcarpet (3.5.0) - request_store (1.4.1) + request_store (1.5.0) rack (>= 1.4) rexml (3.2.4) roadie (3.4.0) @@ -772,7 +772,7 @@ DEPENDENCIES ofn-qz! oj order_management! - paper_trail (~> 5.2.3) + paper_trail (~> 7.1.3) paperclip (~> 3.4.1) paranoia (~> 2.0) pg (~> 0.21.0)