From 32e3f29772d6a5cebbda20a0b9699b91d4bc935b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jan 2023 16:58:13 -0600 Subject: [PATCH] Bump puma from 6.0.0 to 6.0.2 (#4072) Bumps [puma](https://github.com/puma/puma) from 6.0.0 to 6.0.2. - [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/v6.0.0...v6.0.2) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 7c85e07e4..7292526d8 100644 --- a/Gemfile +++ b/Gemfile @@ -39,7 +39,7 @@ gem 'p3p', '~> 2.0' gem 'panoptes-client' gem 'pg', '~> 0.21' gem 'pg_search' -gem 'puma', '~> 6.0.0' +gem 'puma', '~> 6.0.2' gem 'pundit', '~> 2.2.0' gem 'rack-cors', '~> 1.0', require: 'rack/cors' if next? diff --git a/Gemfile.lock b/Gemfile.lock index 08503d716..9bbe2f35a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -314,7 +314,7 @@ GEM coderay (~> 1.1) method_source (~> 1.0) public_suffix (4.0.7) - puma (6.0.0) + puma (6.0.2) nio4r (~> 2.0) pundit (2.2.0) activesupport (>= 3.0.0) @@ -523,7 +523,7 @@ DEPENDENCIES pg (~> 0.21) pg_search pry - puma (~> 6.0.0) + puma (~> 6.0.2) pundit (~> 2.2.0) rack-cors (~> 1.0) rails (~> 5.2)