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 Jan 7, 2025
1 parent bfe2a10 commit bcb3975
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ gem 'uglifier'
gem 'figaro', '~> 1.2'

# model related
gem 'paper_trail', '~> 14.0'
gem 'paper_trail', '~> 16.0'
gem 'pg', '1.5.9'
# 1.8 is for Rails < 5.0
gem 'ransack', '~> 4.0.0'
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ GEM
rake
mini_mime (1.1.5)
mini_portile2 (2.8.8)
minitest (5.25.1)
minitest (5.25.4)
minitest-stub_any_instance (1.0.3)
monetize (1.9.4)
money (~> 6.12)
Expand Down Expand Up @@ -376,8 +376,8 @@ GEM
validate_url
webfinger (~> 1.2)
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)
pdfkit (0.8.7.2)
pg (1.5.9)
Expand Down Expand Up @@ -442,7 +442,7 @@ GEM
redis-client (0.14.1)
connection_pool
regexp_parser (2.9.2)
request_store (1.5.1)
request_store (1.7.0)
rack (>= 1.4)
responders (3.0.1)
actionpack (>= 5.0)
Expand Down Expand Up @@ -554,7 +554,7 @@ GEM
wkhtmltopdf-binary (0.12.6.6)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.6.18)
zeitwerk (2.7.1)

PLATFORMS
ruby
Expand Down Expand Up @@ -602,7 +602,7 @@ DEPENDENCIES
nokogiri (~> 1.16.0)
omniauth-rails_csrf_protection
omniauth-tara!
paper_trail (~> 14.0)
paper_trail (~> 16.0)
pdfkit
pg (= 1.5.9)
pg_query (>= 0.9.0)
Expand Down

0 comments on commit bcb3975

Please sign in to comment.