diff --git a/Gemfile b/Gemfile index 11b3d431c..186f7cf03 100644 --- a/Gemfile +++ b/Gemfile @@ -20,7 +20,7 @@ gem 'fog-aws' # Database adapter for PostgreSQL gem 'pg', '>= 0.18', '< 2.0' # Puma as the app server -gem 'puma', '~> 7.0' +gem 'puma', '~> 7.1' # Pundit for authorization, custom fork for Better Together gem 'pundit-resources', '~> 1.1.4', github: 'better-together-org/pundit-resources' diff --git a/Gemfile.lock b/Gemfile.lock index 6776b9308..caea1f172 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -527,7 +527,7 @@ GEM i18n (>= 0.5.0) railties (>= 6.1.0) public_suffix (6.0.1) - puma (7.0.4) + puma (7.1.0) nio4r (~> 2.0) pundit (2.5.2) activesupport (>= 3.0.0) @@ -866,7 +866,7 @@ DEPENDENCIES listen (>= 3.0.5, < 3.10) pg (>= 0.18, < 2.0) pry - puma (~> 7.0) + puma (~> 7.1) pundit-resources (~> 1.1.4)! rack-mini-profiler rack-protection