diff --git a/Gemfile b/Gemfile index ba9033835f..096d14dcbd 100644 --- a/Gemfile +++ b/Gemfile @@ -36,7 +36,7 @@ gem "paranoia" # For soft-deleting database objects gem "pdf-forms" # filling in fund request PDFs with user input gem "pg" # Use postgresql as the database for Active Record gem "pretender" -gem "puma", "6.4.2" # 6.2.2 fails to install on m1 # Use Puma as the app server +gem "puma", "6.4.3" # 6.2.2 fails to install on m1 # Use Puma as the app server gem "pundit" # for authorization management - based on user.role field gem "rack-attack" # for blocking & throttling abusive requests gem "rack-cors" # for allowing cross-origin resource sharing diff --git a/Gemfile.lock b/Gemfile.lock index 40caa98e7a..c81953303d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -364,7 +364,7 @@ GEM psych (5.2.0) stringio public_suffix (6.0.1) - puma (6.4.2) + puma (6.4.3) nio4r (~> 2.0) pundit (2.4.0) activesupport (>= 3.0.0) @@ -634,7 +634,7 @@ DEPENDENCIES pretender pry pry-byebug - puma (= 6.4.2) + puma (= 6.4.3) pundit rack-attack rack-cors