Skip to content

Commit

Permalink
Update dependency paper_trail to v15
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 17, 2024
1 parent 531b54c commit a9a98c3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 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', '~> 14.0'
gem 'paper_trail', '~> 15.0'
gem 'pg', '1.5.6'
# 1.8 is for Rails < 5.0
gem 'ransack', '~> 4.0.0'
Expand Down
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.2.3)
concurrent-ruby (1.3.3)
connection_pool (2.4.1)
countries (4.0.1)
i18n_data (~> 0.13.0)
Expand Down Expand Up @@ -310,7 +310,7 @@ GEM
rake
mini_mime (1.1.5)
mini_portile2 (2.8.6)
minitest (5.18.1)
minitest (5.24.1)
minitest-stub_any_instance (1.0.3)
monetize (1.9.4)
money (~> 6.12)
Expand Down Expand Up @@ -357,8 +357,8 @@ GEM
validate_url
webfinger (~> 1.2)
orm_adapter (0.5.0)
paper_trail (14.0.0)
activerecord (>= 6.0)
paper_trail (15.1.0)
activerecord (>= 6.1)
request_store (~> 1.4)
pdfkit (0.8.7.2)
pg (1.5.6)
Expand All @@ -373,7 +373,7 @@ GEM
puma (5.6.8)
nio4r (~> 2.0)
racc (1.7.3)
rack (2.2.8.1)
rack (2.2.9)
rack-oauth2 (1.21.3)
activesupport
attr_required
Expand Down Expand Up @@ -422,7 +422,7 @@ GEM
redis-client (0.14.1)
connection_pool
regexp_parser (2.1.1)
request_store (1.5.1)
request_store (1.7.0)
rack (>= 1.4)
responders (3.0.1)
actionpack (>= 5.0)
Expand Down Expand Up @@ -531,7 +531,7 @@ GEM
wkhtmltopdf-binary (0.12.6.6)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.6.13)
zeitwerk (2.6.16)

PLATFORMS
ruby
Expand Down Expand Up @@ -578,7 +578,7 @@ DEPENDENCIES
nokogiri (~> 1.16.0)
omniauth-rails_csrf_protection
omniauth-tara!
paper_trail (~> 14.0)
paper_trail (~> 15.0)
pdfkit
pg (= 1.5.6)
pg_query (>= 0.9.0)
Expand Down

0 comments on commit a9a98c3

Please sign in to comment.