From 0fb4eb57eec2f97a19bbc45ad7a497c8d93551bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 22:11:39 +0000 Subject: [PATCH] Bump puma from 4.3.5 to 5.6.2 Bumps [puma](https://github.com/puma/puma) from 4.3.5 to 5.6.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/v4.3.5...v5.6.2) --- updated-dependencies: - dependency-name: puma dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 57452a408..a48f13d12 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ ruby File.read('.ruby-version').chomp gem 'redcarpet' group :web do - gem 'puma', '~> 4.3.5' + gem 'puma', '~> 5.6.2' gem 'sinatra' gem 'sinatra-contrib' gem 'rack-cors' diff --git a/Gemfile.lock b/Gemfile.lock index 4c8e76001..423c2d4d7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -66,13 +66,13 @@ GEM multipart-post (2.1.1) mustermann (1.1.1) ruby2_keywords (~> 0.0.1) - nio4r (2.5.2) + nio4r (2.5.8) oj (3.7.12) parslet (1.8.2) protocol (2.0.0) ruby_parser (~> 3.0) public_suffix (3.0.3) - puma (4.3.5) + puma (5.6.2) nio4r (~> 2.0) rack (2.2.3) rack-cors (1.1.1) @@ -139,7 +139,7 @@ PLATFORMS DEPENDENCIES dpl! json-schema - puma (~> 4.3.5) + puma (~> 5.6.2) rack-cors rack-ssl-enforcer (~> 0.2.9) rack-test