diff --git a/Gemfile b/Gemfile index 04ba83d..b089cfe 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ gem 'pg', '~> 1.4.6' # All client instance have postgres version >= 9.3 # gem 'pg', '~> 1.2.3' # Support old CentOS 7 PostgreSQL client 9.2.24 # Use Puma as the app server -gem 'puma', '~> 6.0' # Installed out-of-bundle, managed by ndr_dev_support +gem 'puma', '~> 7.0' # Installed out-of-bundle, managed by ndr_dev_support gem 'puma-daemon', require: false # Installed out-of-bundle, managed by ndr_dev_support # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder diff --git a/Gemfile.lock b/Gemfile.lock index 06756af..19c0a22 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -246,7 +246,7 @@ GEM date stringio public_suffix (7.0.5) - puma (6.6.0) + puma (7.2.1) nio4r (~> 2.0) puma-daemon (0.5.0) puma (>= 5.0) @@ -390,7 +390,7 @@ DEPENDENCIES ndr_stats nokogiri (~> 1.19) pg (~> 1.4.6) - puma (~> 6.0) + puma (~> 7.0) puma-daemon rails (~> 7.2.2) spring diff --git a/vendor/cache/puma-6.6.0.gem b/vendor/cache/puma-6.6.0.gem deleted file mode 100644 index f28b21e..0000000 Binary files a/vendor/cache/puma-6.6.0.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 0000000..5999d88 Binary files /dev/null and b/vendor/cache/puma-7.2.1.gem differ