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

Bump paper_trail from 12.3.0 to 15.0.0 #1364

Closed
wants to merge 1 commit into from
Closed
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 @@ -18,7 +18,7 @@ gem "htmlentities"
gem "kaminari"
gem "mlanett-redis-lock"
gem "optic14n" # Ideally version should be synced with bouncer
gem "paper_trail", "~> 12" # We need to do migratory work to support paper_trail 13, see: https://github.com/alphagov/transition/pull/1202
gem "paper_trail", "~> 15" # We need to do migratory work to support paper_trail 13, see: https://github.com/alphagov/transition/pull/1202
gem "pg"
gem "plek"
gem "select2-rails", "~> 3.5.11" # Version 4 changes CSS classes considerably
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -544,9 +544,9 @@ GEM
optic14n (2.1.0)
addressable (~> 2.7)
os (1.1.4)
paper_trail (12.3.0)
activerecord (>= 5.2)
request_store (~> 1.1)
paper_trail (15.0.0)
activerecord (>= 6.1)
request_store (~> 1.4)
parallel (1.23.0)
parser (3.2.2.3)
ast (~> 2.4.1)
Expand Down Expand Up @@ -805,7 +805,7 @@ DEPENDENCIES
kaminari
mlanett-redis-lock
optic14n
paper_trail (~> 12)
paper_trail (~> 15)
pg
plek
pry
Expand Down
Loading