From 6f76c5c088c074a10489d22ada4c554c69198ef2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 23:39:32 +0000 Subject: [PATCH] Bump puma from 4.2.0 to 4.3.11 Bumps [puma](https://github.com/puma/puma) from 4.2.0 to 4.3.11. - [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/v4.2.0...v4.3.11) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 7bc6a56..bb5ae68 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ gem 'sequel_enum' gem 'sequel-seed' gem 'dry-transaction' gem 'pg' -gem 'puma', '4.2.0' +gem 'puma', '4.3.11' gem 'mime-types', require: 'mime/types/full' group :development do diff --git a/Gemfile.lock b/Gemfile.lock index 1050128..00cc7c1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -94,7 +94,7 @@ GEM mustermann-grape (1.0.0) mustermann (~> 1.0.0) nenv (0.3.0) - nio4r (2.5.1) + nio4r (2.5.8) notiffany (0.1.3) nenv (~> 0.1) shellany (~> 0.0) @@ -105,7 +105,7 @@ GEM pry (0.12.2) coderay (~> 1.1.0) method_source (~> 0.9.0) - puma (4.2.0) + puma (4.3.11) nio4r (~> 2.0) rack (2.0.7) rack-accept (0.4.5) @@ -173,7 +173,7 @@ DEPENDENCIES mime-types pg pry - puma (= 4.2.0) + puma (= 4.3.11) rack-cors rake rspec