mirror of
https://github.com/internetee/registry.git
synced 2025-07-28 05:26:17 +02:00
Update dependency paper_trail to v14
This commit is contained in:
parent
9ddd01a2d7
commit
370d685875
2 changed files with 5 additions and 5 deletions
2
Gemfile
2
Gemfile
|
@ -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'
|
||||||
|
|
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue