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 26, 2024
1 parent b231ad0 commit 727190f
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 @@ -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
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -333,13 +333,13 @@ GEM
method_source (1.1.0)
mini_mime (1.1.5)
mini_portile2 (2.8.8)
minitest (5.25.1)
minitest (5.25.2)
msgpack (1.7.2)
multi_json (1.15.0)
multi_xml (0.6.0)
mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
mutex_m (0.2.0)
mutex_m (0.3.0)
net-http (0.4.1)
uri
net-imap (0.5.1)
Expand Down Expand Up @@ -387,7 +387,7 @@ GEM
os (1.1.4)
ostruct (0.6.1)
pagy (9.3.1)
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 @@ -744,7 +744,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 727190f

Please sign in to comment.