Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency paper_trail to v15 #3036

Merged
merged 1 commit into from
Aug 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.2'
gem 'paper_trail', '~> 14.0'
gem 'paper_trail', '~> 15.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 @@ -209,7 +209,7 @@ GEM
rails (>= 2.3.3)
mini_mime (1.1.2)
mini_portile2 (2.8.4)
minitest (5.18.1)
minitest (5.19.0)
minitest-optional_retry (0.0.2)
minitest (~> 5.0)
minitest-spec-rails (7.0.0)
Expand Down Expand Up @@ -257,8 +257,8 @@ GEM
actionpack (>= 4.2)
omniauth (~> 2.0)
orm_adapter (0.5.0)
paper_trail (14.0.0)
activerecord (>= 6.0)
paper_trail (15.0.0)
activerecord (>= 6.1)
request_store (~> 1.4)
parallel (1.23.0)
parser (3.2.2.3)
Expand Down Expand Up @@ -286,7 +286,7 @@ GEM
puma (6.2.2)
nio4r (~> 2.0)
racc (1.7.1)
rack (2.2.7)
rack (2.2.8)
rack-attack (6.7.0)
rack (>= 1.0, < 4)
rack-protection (3.0.5)
Expand Down Expand Up @@ -467,7 +467,7 @@ DEPENDENCIES
nokogiri (>= 1.13.4)
omniauth-google-oauth2 (~> 1.1.1)
omniauth-rails_csrf_protection (~> 1.0)
paper_trail (~> 14.0)
paper_trail (~> 15.0)
pdf-inspector
pg (~> 1.2)
prawn
Expand Down