diff --git a/Gemfile b/Gemfile index 145e7823e5..23c00f8342 100644 --- a/Gemfile +++ b/Gemfile @@ -55,7 +55,7 @@ gem "pg", "~> 1.3" gem "pg_search", "~> 2.3.6" gem "prawndown" gem "puma", "~> 6.4" -gem "pundit", "~>2.1" +gem "pundit", "~>2.4" gem "rails", "~> 7.0" # Reduces boot times through caching; required in config/boot.rb gem "bootsnap", ">= 1.1.0", require: false diff --git a/Gemfile.lock b/Gemfile.lock index 7825d5b5b0..9a78712dd2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -171,7 +171,7 @@ GEM config (5.5.2) deep_merge (~> 1.2, >= 1.2.1) ostruct - connection_pool (2.4.1) + connection_pool (2.5.0) crass (1.0.6) date (3.3.4) debug (1.9.2) @@ -376,7 +376,7 @@ GEM public_suffix (5.0.3) puma (6.4.3) nio4r (~> 2.0) - pundit (2.2.0) + pundit (2.4.0) activesupport (>= 3.0.0) racc (1.8.1) rack (2.2.10) @@ -674,7 +674,7 @@ DEPENDENCIES phantomjs prawndown puma (~> 6.4) - pundit (~> 2.1) + pundit (~> 2.4) rails (~> 7.0) rails-controller-testing rails-data-migrations