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 c7073f6 commit 9f0c7c5
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 @@ -24,7 +24,7 @@ gem 'bootstrap_form', '~> 4.5.0'

# Our database is postgres
gem 'pg', '~> 1.5'
gem 'paper_trail', '~> 15.2'
gem 'paper_trail', '~> 16.0'
gem 'activerecord-session_store'

# Our authentication library is devise, with oauth2 for google signin
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ GEM
ast (2.4.2)
base64 (0.2.0)
bcrypt (3.1.20)
benchmark (0.3.0)
benchmark (0.4.0)
bigdecimal (3.1.8)
bootsnap (1.18.4)
msgpack (~> 1.2)
Expand Down Expand Up @@ -288,7 +288,7 @@ GEM
actionpack (>= 4.2)
omniauth (~> 2.0)
orm_adapter (0.5.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 @@ -403,7 +403,7 @@ GEM
rubyzip (2.3.2)
sdoc (2.6.1)
rdoc (>= 5.0)
securerandom (0.3.1)
securerandom (0.3.2)
selenium-webdriver (4.26.0)
base64 (~> 0.2)
logger (~> 1.4)
Expand Down Expand Up @@ -443,7 +443,7 @@ GEM
unicode-display_width (>= 1.1.1, < 3)
thor (1.3.2)
timecop (0.9.10)
timeout (0.4.1)
timeout (0.4.2)
ttfunk (1.8.0)
bigdecimal (~> 3.1)
twilio-ruby (7.3.5)
Expand Down Expand Up @@ -516,7 +516,7 @@ DEPENDENCIES
nokogiri (>= 1.13.4)
omniauth-google-oauth2 (~> 1.2.0)
omniauth-rails_csrf_protection (~> 1.0)
paper_trail (~> 15.2)
paper_trail (~> 16.0)
pdf-inspector
pg (~> 1.5)
prawn
Expand Down

0 comments on commit 9f0c7c5

Please sign in to comment.