diff --git a/Gemfile b/Gemfile index a667c3383..5f1b41c36 100644 --- a/Gemfile +++ b/Gemfile @@ -20,7 +20,7 @@ gem 'net-smtp', require: false 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 'paper_trail', '~> 15.2.0' gem 'paranoia', '~> 2.6.0' gem 'pg', '~> 1.3.0' gem 'puma', '~> 6.1.1' diff --git a/Gemfile.lock b/Gemfile.lock index 1d59c3a6c..e272a2086 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.25.1) mollie-api-ruby (4.7.1) msgpack (1.5.2) multi_json (1.15.0) @@ -285,8 +285,8 @@ GEM omniauth (~> 2.0) open4 (1.3.4) orm_adapter (0.5.0) - paper_trail (14.0.0) - activerecord (>= 6.0) + paper_trail (15.2.0) + activerecord (>= 6.1) request_store (~> 1.4) parallel (1.22.1) paranoia (2.6.0) @@ -309,7 +309,7 @@ GEM activesupport (>= 3.0.0) raabro (1.4.0) racc (1.6.2) - rack (2.2.7) + rack (2.2.9) rack-attack (6.6.1) rack (>= 1.0, < 3) rack-protection (3.0.2) @@ -377,7 +377,7 @@ GEM redis-store (1.9.1) redis (>= 4, < 5) regexp_parser (2.5.0) - request_store (1.5.1) + request_store (1.7.0) rack (>= 1.4) responders (3.0.1) actionpack (>= 5.0) @@ -566,7 +566,7 @@ DEPENDENCIES omniauth (~> 2.0.0) omniauth-oauth2 (~> 1.7.0) omniauth-rails_csrf_protection (~> 1.0) - paper_trail (~> 14.0.0) + paper_trail (~> 15.2.0) paranoia (~> 2.6.0) pg (~> 1.3.0) pry-byebug