From 85f6676aa0c5f60cf812988396b2a86f8a12bc37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 May 2023 16:59:53 +0000 Subject: [PATCH] Bump puma from 5.1.1 to 6.3.0 Bumps [puma](https://github.com/puma/puma) from 5.1.1 to 6.3.0. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](https://github.com/puma/puma/compare/v5.1.1...v6.3.0) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 12 +++--------- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/Gemfile b/Gemfile index 45b8ebd..3117d9c 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem 'rails', '~> 6.1.3' # Use postgresql as the database for Active Record gem 'sqlite3' # Use Puma as the app server -gem 'puma', '~> 5.0' +gem 'puma', '~> 6.3' # Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks gem 'turbolinks', '~> 5' # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder diff --git a/Gemfile.lock b/Gemfile.lock index cf75eaa..d54bef7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -119,18 +119,12 @@ GEM minitest (5.14.4) msgpack (1.4.2) multipart-post (2.1.1) - nio4r (2.5.7) + nio4r (2.5.9) nokogiri (1.11.2) mini_portile2 (~> 2.5.0) racc (~> 1.4) - nokogiri (1.11.2-arm64-darwin) - racc (~> 1.4) - nokogiri (1.11.2-x64-mingw32) - racc (~> 1.4) - nokogiri (1.11.2-x86_64-linux) - racc (~> 1.4) public_suffix (4.0.6) - puma (5.1.1) + puma (6.3.0) nio4r (~> 2.0) racc (1.5.2) rack (2.2.3) @@ -265,7 +259,7 @@ DEPENDENCIES jbuilder (~> 2.7) jquery-rails listen (~> 3.3) - puma (~> 5.0) + puma (~> 6.3) rack-mini-profiler (~> 2.0) rails (~> 6.1.3) rails-controller-testing