Skip to content

Commit

Permalink
Update dependency paper_trail to v13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 8, 2022
1 parent ef920f0 commit b9b54bd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ gem 'uglifier'
gem 'figaro', '~> 1.2'

# model related
gem 'paper_trail', '~> 12.1'
gem 'paper_trail', '~> 13.0'
gem 'pg', '1.4.3'
# 1.8 is for Rails < 5.0
gem 'ransack', '~> 2.6.0'
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ GEM
rake
mini_mime (1.1.1)
mini_portile2 (2.8.0)
minitest (5.15.0)
minitest (5.16.3)
monetize (1.9.4)
money (~> 6.12)
money (6.13.8)
Expand Down Expand Up @@ -349,7 +349,7 @@ GEM
validate_url
webfinger (>= 1.0.1)
orm_adapter (0.5.0)
paper_trail (12.1.0)
paper_trail (13.0.0)
activerecord (>= 5.2)
request_store (~> 1.1)
pdfkit (0.8.5)
Expand Down Expand Up @@ -415,7 +415,7 @@ GEM
rbtree3 (0.6.0)
redis (4.6.0)
regexp_parser (2.1.1)
request_store (1.5.0)
request_store (1.5.1)
rack (>= 1.4)
responders (3.0.1)
actionpack (>= 5.0)
Expand Down Expand Up @@ -486,7 +486,7 @@ GEM
tilt (2.0.10)
truemail (2.4.9)
simpleidn (~> 0.2.1)
tzinfo (2.0.4)
tzinfo (2.0.5)
concurrent-ruby (~> 1.0)
uglifier (4.2.0)
execjs (>= 0.3.0, < 3)
Expand Down Expand Up @@ -526,7 +526,7 @@ GEM
wkhtmltopdf-binary (0.12.5.4)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.5.4)
zeitwerk (2.6.0)

PLATFORMS
ruby
Expand Down Expand Up @@ -574,7 +574,7 @@ DEPENDENCIES
nokogiri (~> 1.13.0)
omniauth-rails_csrf_protection
omniauth-tara!
paper_trail (~> 12.1)
paper_trail (~> 13.0)
pdfkit
pg (= 1.4.3)
pg_query (>= 0.9.0)
Expand Down

0 comments on commit b9b54bd

Please sign in to comment.