From fb0082ee4f09b10e470d762cc3eeed338000c386 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Feb 2022 01:37:06 +0000 Subject: [PATCH] Bump puma from 4.3.6 to 4.3.11 Bumps [puma](https://github.com/puma/puma) from 4.3.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/v4.3.6...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 4841999..129897a 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ gem 'sqlite3', '~> 1.4', groups: [:test, :development], require: false gem 'pg', groups: :production, require: false # Use Puma as the app server -gem 'puma', '~> 4.1' +gem 'puma', '~> 4.3' # Use SCSS for stylesheets gem 'sass-rails', '>= 6' # Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker diff --git a/Gemfile.lock b/Gemfile.lock index ad71f1e..0da683b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -152,7 +152,7 @@ GEM minitest (5.14.2) msgpack (1.3.3) murmurhash3 (0.1.6) - nio4r (2.5.4) + nio4r (2.5.8) nokogiri (1.10.10) mini_portile2 (~> 2.4.0) parallel (1.19.2) @@ -165,7 +165,7 @@ GEM thor thread_safe public_suffix (4.0.6) - puma (4.3.6) + puma (4.3.11) nio4r (~> 2.0) rack (2.2.3) rack-proxy (0.6.5) @@ -349,7 +349,7 @@ DEPENDENCIES listen (~> 3.2) materialize-sass! pg - puma (~> 4.1) + puma (~> 4.3) rails (~> 6.0.3, >= 6.0.3.3) rails-controller-testing rspec-rails