diff --git a/Gemfile b/Gemfile index a667c3383..69f77d7ad 100644 --- a/Gemfile +++ b/Gemfile @@ -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' diff --git a/Gemfile.lock b/Gemfile.lock index 1d59c3a6c..c3036a3e5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -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) @@ -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) @@ -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) @@ -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