From 6cd5f11cbc76e72ffdedb818a647d9f30b992be0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2019 11:25:19 +0000 Subject: [PATCH] Bump puma from 3.12.1 to 3.12.2 in /spec/tester_ar Bumps [puma](https://github.com/puma/puma) from 3.12.1 to 3.12.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.1...v3.12.2) 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..ff15f72f 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.2) 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