mirror of
https://github.com/opf/openproject.git
synced 2026-06-13 19:20:00 +00:00
Upgrade Paper trail
This commit is contained in:
@@ -163,7 +163,7 @@ gem 'matrix', '~> 0.4.2'
|
||||
|
||||
gem 'meta-tags', '~> 2.20.0'
|
||||
|
||||
gem "paper_trail", "~> 12.3"
|
||||
gem "paper_trail", "~> 15.1.0"
|
||||
|
||||
group :production do
|
||||
# we use dalli as standard memcache client
|
||||
|
||||
+4
-4
@@ -765,9 +765,9 @@ GEM
|
||||
activemodel
|
||||
os (1.1.4)
|
||||
ox (2.14.17)
|
||||
paper_trail (12.3.0)
|
||||
activerecord (>= 5.2)
|
||||
request_store (~> 1.1)
|
||||
paper_trail (15.1.0)
|
||||
activerecord (>= 6.1)
|
||||
request_store (~> 1.4)
|
||||
parallel (1.24.0)
|
||||
parallel_tests (4.4.0)
|
||||
parallel
|
||||
@@ -1238,7 +1238,7 @@ DEPENDENCIES
|
||||
openproject-xls_export!
|
||||
overviews!
|
||||
ox
|
||||
paper_trail (~> 12.3)
|
||||
paper_trail (~> 15.1.0)
|
||||
parallel_tests (~> 4.0)
|
||||
pdf-inspector (~> 1.2)
|
||||
pg (~> 1.5.0)
|
||||
|
||||
Reference in New Issue
Block a user