Skip to content

Commit feebe6a

Browse files
chore(deps): update dependency paper_trail to v17 (#1097)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f19d377 commit feebe6a

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ gem 'net-smtp', '~> 0.5.1'
1919
gem 'omniauth', '~> 2.1.3'
2020
gem 'omniauth-oauth2', '~> 1.8.0'
2121
gem 'omniauth-rails_csrf_protection', '~> 1.0', '>= 1.0.2'
22-
gem 'paper_trail', '~> 16.0.0'
22+
gem 'paper_trail', '~> 17.0.0'
2323
gem 'paranoia', '~> 3.0.1'
2424
gem 'pg', '~> 1.5.9'
2525
gem 'puma', '~> 6.6.0'

Gemfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,12 @@ GEM
8080
awesome_print (1.9.2)
8181
base64 (0.3.0)
8282
bcrypt (3.1.20)
83-
benchmark (0.4.1)
83+
benchmark (0.5.0)
8484
better_errors (2.10.1)
8585
erubi (>= 1.0.0)
8686
rack (>= 0.9.0)
8787
rouge (>= 1.0.0)
88-
bigdecimal (3.2.2)
88+
bigdecimal (3.3.1)
8989
bindex (0.8.1)
9090
bootsnap (1.18.6)
9191
msgpack (~> 1.2)
@@ -251,7 +251,7 @@ GEM
251251
rake
252252
mini_mime (1.1.5)
253253
mini_portile2 (2.8.9)
254-
minitest (5.25.5)
254+
minitest (5.26.0)
255255
mollie-api-ruby (4.17.0)
256256
bigdecimal (~> 3.1, >= 3.1.8)
257257
ostruct (~> 0.6.0)
@@ -304,8 +304,8 @@ GEM
304304
omniauth (~> 2.0)
305305
orm_adapter (0.5.0)
306306
ostruct (0.6.1)
307-
paper_trail (16.0.0)
308-
activerecord (>= 6.1)
307+
paper_trail (17.0.0)
308+
activerecord (>= 7.1)
309309
request_store (~> 1.4)
310310
parallel (1.27.0)
311311
paranoia (3.0.1)
@@ -336,7 +336,7 @@ GEM
336336
activesupport (>= 3.0.0)
337337
raabro (1.4.0)
338338
racc (1.8.1)
339-
rack (3.1.16)
339+
rack (3.1.18)
340340
rack-attack (6.7.0)
341341
rack (>= 1.0, < 4)
342342
rack-protection (3.0.6)
@@ -633,7 +633,7 @@ DEPENDENCIES
633633
omniauth (~> 2.1.3)
634634
omniauth-oauth2 (~> 1.8.0)
635635
omniauth-rails_csrf_protection (~> 1.0, >= 1.0.2)
636-
paper_trail (~> 16.0.0)
636+
paper_trail (~> 17.0.0)
637637
paranoia (~> 3.0.1)
638638
pg (~> 1.5.9)
639639
pry-byebug (~> 3.11.0)

0 commit comments

Comments
 (0)