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 27, 2024
1 parent 0daa494 commit 3241526
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ gem 'net-smtp', require: false
gem 'omniauth', '~> 2.0.0'
gem 'omniauth-oauth2', '~> 1.7.0'
gem 'omniauth-rails_csrf_protection', '~> 1.0'
gem 'paper_trail', '~> 14.0.0'
gem 'paper_trail', '~> 16.0.0'
gem 'paranoia', '~> 3.0.0'
gem 'pg', '~> 1.3.0'
gem 'puma', '~> 6.4.0'
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ GEM
mini_portile2 (2.8.8)
mini_racer (0.6.2)
libv8-node (~> 16.10.0.0)
minitest (5.24.1)
minitest (5.25.2)
mollie-api-ruby (4.7.1)
msgpack (1.5.2)
multi_json (1.15.0)
Expand Down Expand Up @@ -281,8 +281,8 @@ GEM
omniauth (~> 2.0)
open4 (1.3.4)
orm_adapter (0.5.0)
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 @@ -373,7 +373,7 @@ GEM
redis-store (1.9.1)
redis (>= 4, < 5)
regexp_parser (2.5.0)
request_store (1.5.1)
request_store (1.7.0)
rack (>= 1.4)
responders (3.0.1)
actionpack (>= 5.0)
Expand Down Expand Up @@ -563,7 +563,7 @@ DEPENDENCIES
omniauth (~> 2.0.0)
omniauth-oauth2 (~> 1.7.0)
omniauth-rails_csrf_protection (~> 1.0)
paper_trail (~> 14.0.0)
paper_trail (~> 16.0.0)
paranoia (~> 3.0.0)
pg (~> 1.3.0)
pry-byebug
Expand Down

0 comments on commit 3241526

Please sign in to comment.