From b21fbb5989145a2b54be2497c13e7239eb6a5f97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Mar 2022 23:06:31 +0000 Subject: [PATCH] Bump puma from 3.12.1 to 4.3.12 in /spec/tester_ar Bumps [puma](https://github.com/puma/puma) from 3.12.1 to 4.3.12. - [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.1...v4.3.12) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- spec/tester_ar/Gemfile | 2 +- spec/tester_ar/Gemfile.lock | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/spec/tester_ar/Gemfile b/spec/tester_ar/Gemfile index 68bf1615..cd0bb32b 100644 --- a/spec/tester_ar/Gemfile +++ b/spec/tester_ar/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' -gem 'puma', '~> 3.7' +gem 'puma', '~> 4.3' gem 'rails', '~> 5.1.6' gem 'sqlite3' diff --git a/spec/tester_ar/Gemfile.lock b/spec/tester_ar/Gemfile.lock index f2228001..91f927f7 100644 --- a/spec/tester_ar/Gemfile.lock +++ b/spec/tester_ar/Gemfile.lock @@ -76,7 +76,8 @@ GEM nio4r (2.4.0) nokogiri (1.10.4) mini_portile2 (~> 2.4.0) - puma (3.12.1) + puma (4.3.12) + nio4r (~> 2.0) rack (2.0.7) rack-test (1.1.0) rack (>= 1.0, < 3) @@ -134,7 +135,7 @@ DEPENDENCIES graphql listen (>= 3.0.5, < 3.2) nokogiri (>= 1.10.4) - puma (~> 3.7) + puma (~> 4.3) rails (~> 5.1.6) sqlite3