Skip to content

Commit

Permalink
update paper trail to latest version supporting rails 7.2 and 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ancorcruz committed Nov 28, 2024
1 parent 5a0e3d5 commit 8c881c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ gem "after_commit_everywhere"
gem "clickhouse-activerecord", "~> 1.2.0"
gem "discard", "~> 1.2"
gem "kaminari-activerecord"
gem "paper_trail", "~> 15.1"
gem "paper_trail", "~> 16.0"
gem "pg"
gem "ransack", "~> 4.2.0"
gem "scenic"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ GEM
opentelemetry-semantic_conventions (1.10.1)
opentelemetry-api (~> 1.0)
os (1.1.4)
paper_trail (15.1.0)
paper_trail (16.0.0)
activerecord (>= 6.1)
request_store (~> 1.4)
parallel (1.26.3)
Expand Down Expand Up @@ -956,7 +956,7 @@ DEPENDENCIES
opentelemetry-exporter-otlp
opentelemetry-instrumentation-all
opentelemetry-sdk
paper_trail (~> 15.1)
paper_trail (~> 16.0)
parallel
pg
puma (~> 6.4)
Expand Down

0 comments on commit 8c881c8

Please sign in to comment.