Skip to content

Commit

Permalink
Bump paper_trail from 15.2.0 to 16.0.0
Browse files Browse the repository at this point in the history
Bumps [paper_trail](https://github.com/paper-trail-gem/paper_trail) from 15.2.0 to 16.0.0.
- [Release notes](https://github.com/paper-trail-gem/paper_trail/releases)
- [Changelog](https://github.com/paper-trail-gem/paper_trail/blob/master/CHANGELOG.md)
- [Commits](paper-trail-gem/paper_trail@v15.2.0...v16.0.0)

---
updated-dependencies:
- dependency-name: paper_trail
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 8, 2024
1 parent 3ff3999 commit a7999b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ gem "importmap-rails", "~> 2.0" # Use JavaScript with ESM import maps [https://g
gem "jbuilder", "~> 2.11"
gem "kaminari", "~> 1.2"
gem "mailgun-ruby", "~>1.2"
gem "paper_trail", "~> 15.1"
gem "paper_trail", "~> 16.0"
gem "paper_trail-globalid", "~> 0.2"
gem "pg", "~> 1.5" # Use postgresql as the database for Active Record
gem "pg_search", "~> 2.3"
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ GEM
nokogiri (1.16.7-x86_64-linux)
racc (~> 1.4)
orm_adapter (0.5.0)
paper_trail (15.2.0)
paper_trail (16.0.0)
activerecord (>= 6.1)
request_store (~> 1.4)
paper_trail-globalid (0.2.0)
Expand Down Expand Up @@ -401,7 +401,7 @@ GEM
railties (>= 7.0.0)
thor (1.3.2)
tilt (2.4.0)
timeout (0.4.1)
timeout (0.4.2)
turbo-rails (2.0.11)
actionpack (>= 6.0.0)
railties (>= 6.0.0)
Expand Down Expand Up @@ -450,7 +450,7 @@ DEPENDENCIES
kaminari (~> 1.2)
mailgun-ruby (~> 1.2)
net-pop!
paper_trail (~> 15.1)
paper_trail (~> 16.0)
paper_trail-globalid (~> 0.2)
pg (~> 1.5)
pg_search (~> 2.3)
Expand Down

0 comments on commit a7999b8

Please sign in to comment.