Skip to content

Commit

Permalink
chore(deps): update dependency paranoia to v3 (#931)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 21, 2024
1 parent 465dc99 commit 18f18df
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 @@ -21,7 +21,7 @@ gem 'omniauth', '~> 2.0.0'
gem 'omniauth-oauth2', '~> 1.7.0'
gem 'omniauth-rails_csrf_protection', '~> 1.0'
gem 'paper_trail', '~> 14.0.0'
gem 'paranoia', '~> 2.6.0'
gem 'paranoia', '~> 3.0.0'
gem 'pg', '~> 1.3.0'
gem 'puma', '~> 6.1.1'
gem 'pundit', '~> 2.2.0'
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ GEM
sidekiq (>= 6.0)
coderay (1.1.3)
colorize (0.8.1)
concurrent-ruby (1.2.2)
concurrent-ruby (1.3.4)
connection_pool (2.3.0)
consistency_fail (0.3.7)
crass (1.0.6)
Expand Down Expand Up @@ -183,7 +183,7 @@ GEM
domain_name (~> 0.5)
http-form_data (2.3.0)
http_parser.rb (0.8.0)
i18n (1.13.0)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
jbuilder (2.11.5)
actionview (>= 5.0.0)
Expand Down Expand Up @@ -234,7 +234,7 @@ GEM
mini_portile2 (2.8.2)
mini_racer (0.6.2)
libv8-node (~> 16.10.0.0)
minitest (5.18.0)
minitest (5.24.1)
mollie-api-ruby (4.7.1)
msgpack (1.5.2)
multi_json (1.15.0)
Expand Down Expand Up @@ -289,8 +289,8 @@ GEM
activerecord (>= 6.0)
request_store (~> 1.4)
parallel (1.22.1)
paranoia (2.6.0)
activerecord (>= 5.1, < 7.1)
paranoia (3.0.0)
activerecord (>= 6, < 8.1)
parser (3.1.2.0)
ast (~> 2.4.1)
pg (1.3.5)
Expand Down Expand Up @@ -567,7 +567,7 @@ DEPENDENCIES
omniauth-oauth2 (~> 1.7.0)
omniauth-rails_csrf_protection (~> 1.0)
paper_trail (~> 14.0.0)
paranoia (~> 2.6.0)
paranoia (~> 3.0.0)
pg (~> 1.3.0)
pry-byebug
pry-rails
Expand Down

0 comments on commit 18f18df

Please sign in to comment.