From 2f56c0ca9418c6c09ae06323eb83a9447c9ef09b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 18:38:55 +0000 Subject: [PATCH] Bump puma from 3.11.4 to 4.3.9 Bumps [puma](https://github.com/puma/puma) from 3.11.4 to 4.3.9. - [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.11.4...v4.3.9) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 41f119b..db067e2 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ git_source(:github) {|repo_name| "https://github.com/#{repo_name}" } # Core gem 'sinatra', '~> 2.0' gem 'sinatra-contrib', '~> 2.0' -gem 'puma', '~> 3.11' +gem 'puma', '~> 4.3' gem 'dotenv', '~> 2.5' gem 'rollbar', '~> 2.16' gem 'pry', '~> 0.11' diff --git a/Gemfile.lock b/Gemfile.lock index 81830bf..35ad16a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -54,6 +54,7 @@ GEM net-scp (1.2.1) net-ssh (>= 2.6.5) net-ssh (5.0.2) + nio4r (2.5.8) nlp-pure (0.2.0) nokogiri (1.12.4) mini_portile2 (~> 2.6.1) @@ -65,7 +66,8 @@ GEM byebug (~> 10.0) pry (~> 0.10) public_suffix (4.0.6) - puma (3.11.4) + puma (4.3.9) + nio4r (~> 2.0) racc (1.5.2) rack (2.0.5) rack-protection (2.0.3) @@ -118,7 +120,7 @@ DEPENDENCIES nlp-pure pry (~> 0.11) pry-byebug (~> 3.6) - puma (~> 3.11) + puma (~> 4.3) rollbar (~> 2.16) scylla sinatra (~> 2.0)