Skip to content

Commit

Permalink
chore(deps): update dependency paper_trail to v16
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 22, 2024
1 parent acf5061 commit 06b2f07
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ gem 'jsonapi-authorization', '~> 3.0', '>= 3.0.2'
gem 'jsonapi-resources', '~> 0.9.1'
gem 'message_bus', '~> 4.3', '>= 4.3.8'
gem 'mini_magick', '~> 4.13', '>= 4.13.2'
gem 'paper_trail', '~> 14.0'
gem 'paper_trail', '~> 16.0'
gem 'paranoia', '~> 3.0'
gem 'pg', '~> 1.5', '>= 1.5.9'
gem 'phonelib'
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -291,8 +291,8 @@ GEM
shellany (~> 0.0)
open4 (1.3.4)
ostruct (0.6.1)
paper_trail (14.0.0)
activerecord (>= 6.0)
paper_trail (16.0.0)
activerecord (>= 6.1)
request_store (~> 1.4)
parallel (1.22.1)
paranoia (3.0.0)
Expand Down Expand Up @@ -371,7 +371,7 @@ GEM
rb-readline (0.5.5)
redis (4.8.1)
regexp_parser (2.2.1)
request_store (1.5.1)
request_store (1.7.0)
rack (>= 1.4)
rest-client (2.1.0)
http-accept (>= 1.7.0, < 2.0)
Expand Down Expand Up @@ -567,7 +567,7 @@ DEPENDENCIES
message_bus (~> 4.3, >= 4.3.8)
mina
mini_magick (~> 4.13, >= 4.13.2)
paper_trail (~> 14.0)
paper_trail (~> 16.0)
paranoia (~> 3.0)
pg (~> 1.5, >= 1.5.9)
phonelib
Expand Down

0 comments on commit 06b2f07

Please sign in to comment.