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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent 37f82de commit e56178e
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 @@ -39,7 +39,7 @@ gem "omniauth"
gem "omniauth-oauth2"
gem "omniauth-rails_csrf_protection"
gem "pagy"
gem "paper_trail", "~> 15.2"
gem "paper_trail", "~> 16.0"
gem "pg", ">= 0.18", "< 2.0"
gem "pg_search"
gem "puma", "~> 6.4.3"
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ GEM
os (1.1.4)
ostruct (0.6.1)
pagy (9.2.0)
paper_trail (15.2.0)
paper_trail (16.0.0)
activerecord (>= 6.1)
request_store (~> 1.4)
parallel (1.26.3)
Expand Down Expand Up @@ -632,7 +632,7 @@ GEM
thor (1.3.2)
thread_safe (0.3.6)
tilt (2.3.0)
timeout (0.4.1)
timeout (0.4.2)
trailblazer-option (0.1.2)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -733,7 +733,7 @@ DEPENDENCIES
omniauth-oauth2
omniauth-rails_csrf_protection
pagy
paper_trail (~> 15.2)
paper_trail (~> 16.0)
parallel_tests (~> 4.7)
pg (>= 0.18, < 2.0)
pg_search
Expand Down

0 comments on commit e56178e

Please sign in to comment.