From 80a6e478d03093079d8cce7aea6ced62b4c2aa1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Feb 2022 00:11:17 +0000 Subject: [PATCH] Bump puma from 3.12.6 to 5.6.2 in /spec/support/rails_app Bumps [puma](https://github.com/puma/puma) from 3.12.6 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/v3.12.6...v5.6.2) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- spec/support/rails_app/Gemfile | 2 +- spec/support/rails_app/Gemfile.lock | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/spec/support/rails_app/Gemfile b/spec/support/rails_app/Gemfile index 3b20179..3938a23 100644 --- a/spec/support/rails_app/Gemfile +++ b/spec/support/rails_app/Gemfile @@ -7,7 +7,7 @@ end gem 'rails', '~> 5.0.7' gem 'pg', '>= 0.18', '< 2.0' -gem 'puma', '~> 3.0' +gem 'puma', '~> 5.6' group :development, :test do # Call 'byebug' anywhere in the code to stop execution and get a debugger console diff --git a/spec/support/rails_app/Gemfile.lock b/spec/support/rails_app/Gemfile.lock index 3a4f408..50f77a5 100644 --- a/spec/support/rails_app/Gemfile.lock +++ b/spec/support/rails_app/Gemfile.lock @@ -76,7 +76,8 @@ GEM nokogiri (1.10.10) mini_portile2 (~> 2.4.0) pg (1.2.3) - puma (3.12.6) + puma (5.6.2) + nio4r (~> 2.0) rack (2.2.3) rack-test (0.6.3) rack (>= 1.0) @@ -143,7 +144,7 @@ DEPENDENCIES google-protobuf (~> 3.9) listen (~> 3.0.5) pg (>= 0.18, < 2.0) - puma (~> 3.0) + puma (~> 5.6) rails (~> 5.0.7) railway-ipc! spring