Update dependency paper_trail to v14

This commit is contained in:
renovate[bot] 2022-12-07 09:05:58 +00:00 committed by GitHub
parent 9ddd01a2d7
commit 370d685875
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -16,7 +16,7 @@ gem 'uglifier'
gem 'figaro', '~> 1.2' gem 'figaro', '~> 1.2'
# model related # model related
gem 'paper_trail', '~> 13.0' gem 'paper_trail', '~> 14.0'
gem 'pg', '1.4.5' gem 'pg', '1.4.5'
# 1.8 is for Rails < 5.0 # 1.8 is for Rails < 5.0
gem 'ransack', '~> 2.6.0' gem 'ransack', '~> 2.6.0'

View file

@ -356,9 +356,9 @@ GEM
validate_url validate_url
webfinger (~> 1.2) webfinger (~> 1.2)
orm_adapter (0.5.0) orm_adapter (0.5.0)
paper_trail (13.0.0) paper_trail (14.0.0)
activerecord (>= 5.2) activerecord (>= 6.0)
request_store (~> 1.1) request_store (~> 1.4)
pdfkit (0.8.7.2) pdfkit (0.8.7.2)
pg (1.4.5) pg (1.4.5)
pg_query (2.1.2) pg_query (2.1.2)
@ -570,7 +570,7 @@ DEPENDENCIES
nokogiri (~> 1.13.0) nokogiri (~> 1.13.0)
omniauth-rails_csrf_protection omniauth-rails_csrf_protection
omniauth-tara! omniauth-tara!
paper_trail (~> 13.0) paper_trail (~> 14.0)
pdfkit pdfkit
pg (= 1.4.5) pg (= 1.4.5)
pg_query (>= 0.9.0) pg_query (>= 0.9.0)