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] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-08-30 19:00:45 +00:00 committed by GitHub
parent b5b263f4b2
commit a036767054
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -16,7 +16,7 @@ gem 'uglifier'
gem 'figaro', '~> 1.2'
# model related
gem 'paper_trail', '~> 12.0'
gem 'paper_trail', '~> 12.1'
gem 'pg', '1.2.3'
# 1.8 is for Rails < 5.0
gem 'ransack', '~> 2.3'

View file

@ -333,7 +333,7 @@ GEM
validate_url
webfinger (>= 1.0.1)
orm_adapter (0.5.0)
paper_trail (12.0.0)
paper_trail (12.1.0)
activerecord (>= 5.2)
request_store (~> 1.1)
pdfkit (0.8.5)
@ -551,7 +551,7 @@ DEPENDENCIES
omniauth
omniauth-rails_csrf_protection
omniauth-tara!
paper_trail (~> 12.0)
paper_trail (~> 12.1)
pdfkit
pg (= 1.2.3)
pry (= 0.14.1)