From 1664910c66b14f18bdfcb5cf75398a9a4eb786c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Feb 2022 02:08:32 +0000 Subject: [PATCH] Bump puma from 4.3.8 to 4.3.11 Bumps [puma](https://github.com/puma/puma) from 4.3.8 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.3.8...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, 6 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 45711fa..cb505eb 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ ruby '2.7.2' gem 'bootsnap', '>= 1.4.2', require: false gem 'jbuilder', '~> 2.7' gem 'pry' -gem 'puma', '~> 4.1' +gem 'puma', '~> 4.3' gem 'rails', '~> 6.0.3', '>= 6.0.3.5' gem 'sass-rails', '>= 6' gem 'sqlite3', '~> 1.4' diff --git a/Gemfile.lock b/Gemfile.lock index 621bead..88f9b24 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -105,11 +105,13 @@ GEM nio4r (2.5.8) nokogiri (1.12.5-x86_64-darwin) racc (~> 1.4) + nokogiri (1.12.5-x86_64-linux) + racc (~> 1.4) pry (0.14.1) coderay (~> 1.1) method_source (~> 1.0) public_suffix (4.0.6) - puma (4.3.8) + puma (4.3.11) nio4r (~> 2.0) racc (1.5.2) rack (2.2.3) @@ -221,6 +223,7 @@ GEM PLATFORMS x86_64-darwin-18 + x86_64-linux DEPENDENCIES bootsnap (>= 1.4.2) @@ -230,7 +233,7 @@ DEPENDENCIES jbuilder (~> 2.7) listen (~> 3.2) pry - puma (~> 4.1) + puma (~> 4.3) rails (~> 6.0.3, >= 6.0.3.5) rspec-rails sass-rails (>= 6)