diff --git a/Gemfile b/Gemfile index 192258cc..95a9a6d8 100644 --- a/Gemfile +++ b/Gemfile @@ -18,7 +18,7 @@ gem 'stringio', '3.1.1' # psych dependency: exactly match the default version on gem 'pg', '~> 1.4.6' # All client instance have postgres version >= 9.3 # use Puma as the app server -gem 'puma', '~> 6.0' +gem 'puma', '~> 7.0' gem 'puma-daemon', require: false # Use SCSS for stylesheets diff --git a/Gemfile.lock b/Gemfile.lock index 463d54bb..f7788456 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -408,7 +408,7 @@ GEM psych (4.0.4) stringio public_suffix (7.0.5) - puma (6.4.3) + puma (7.2.1) nio4r (~> 2.0) puma-daemon (0.3.2) puma (>= 5.0) @@ -649,7 +649,7 @@ DEPENDENCIES pry pry-rails psych (= 4.0.4) - puma (~> 6.0) + puma (~> 7.0) puma-daemon rack-mini-profiler railroady diff --git a/vendor/cache/puma-6.4.3.gem b/vendor/cache/puma-6.4.3.gem deleted file mode 100644 index c0f61819..00000000 Binary files a/vendor/cache/puma-6.4.3.gem and /dev/null differ diff --git a/vendor/cache/puma-7.2.1.gem b/vendor/cache/puma-7.2.1.gem new file mode 100644 index 00000000..5999d882 Binary files /dev/null and b/vendor/cache/puma-7.2.1.gem differ