From 93eeaefba1899e5ff855859f0980ccd172af2706 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Feb 2022 01:47:52 +0000 Subject: [PATCH] Bump puma from 3.12.6 to 4.3.11 Bumps [puma](https://github.com/puma/puma) from 3.12.6 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/v3.12.6...v4.3.11) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index a687c16..4cdb0be 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem 'grape-api-generator' gem 'ipaddress' gem 'jbuilder', '~> 2.5' gem 'kaminari-grape', '~> 1.0', '>= 1.0.1' -gem 'puma', '~> 3.11' +gem 'puma', '~> 4.3' gem 'rails', '~> 5.2.4', '>= 5.2.4.5' gem 'sprockets', '~> 3.0' gem 'sqlite3', '~> 1.3.6' diff --git a/Gemfile.lock b/Gemfile.lock index e80ac9b..e129396 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -147,7 +147,8 @@ GEM parser (3.0.0.0) ast (~> 2.4.1) public_suffix (4.0.6) - puma (3.12.6) + puma (4.3.11) + nio4r (~> 2.0) racc (1.5.2) rack (2.2.3) rack-accept (0.4.5) @@ -265,8 +266,8 @@ DEPENDENCIES jbuilder (~> 2.5) kaminari-grape (~> 1.0, >= 1.0.1) nokogiri (>= 1.11.0) - puma (~> 3.11) - rails (~> 5.2.2, >= 5.2.2.1) + puma (~> 4.3) + rails (~> 5.2.4, >= 5.2.4.5) rspec rspec-rails rubocop