Upgrade Paper trail

This commit is contained in:
Dombi Attila
2023-12-16 13:16:37 +02:00
parent ba16112745
commit f60bfb955a
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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
View File
@@ -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)