From b2cbb8b064cbb87da2d0745757df5ea2d1f7e224 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2020 14:15:27 +0000 Subject: [PATCH] Bump puma from 3.12.1 to 3.12.4 in /spec/tester_ar Bumps [puma](https://github.com/puma/puma) from 3.12.1 to 3.12.4. - [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...v3.12.4) Signed-off-by: dependabot[bot] --- spec/tester_ar/Gemfile | 2 +- spec/tester_ar/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/spec/tester_ar/Gemfile b/spec/tester_ar/Gemfile index 68bf1615..c312785f 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', '~> 3.12' gem 'rails', '~> 5.1.6' gem 'sqlite3' diff --git a/spec/tester_ar/Gemfile.lock b/spec/tester_ar/Gemfile.lock index f2228001..6acdac89 100644 --- a/spec/tester_ar/Gemfile.lock +++ b/spec/tester_ar/Gemfile.lock @@ -76,7 +76,7 @@ GEM nio4r (2.4.0) nokogiri (1.10.4) mini_portile2 (~> 2.4.0) - puma (3.12.1) + puma (3.12.4) rack (2.0.7) rack-test (1.1.0) rack (>= 1.0, < 3) @@ -134,7 +134,7 @@ DEPENDENCIES graphql listen (>= 3.0.5, < 3.2) nokogiri (>= 1.10.4) - puma (~> 3.7) + puma (~> 3.12) rails (~> 5.1.6) sqlite3