From f51faa26eee3b87bca08a3fe578c40d9b14dfb13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Mar 2022 00:32:40 +0000 Subject: [PATCH] Bump puma from 4.3.1 to 4.3.12 Bumps [puma](https://github.com/puma/puma) from 4.3.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/v4.3.1...v4.3.12) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 12 +++++++++--- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index f5fe46e..af9d86d 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem 'rails', '~> 6.0.2', '>= 6.0.2.1' # Use postgresql as the database for Active Record gem 'pg', '>= 0.18', '< 2.0' # Use Puma as the app server -gem 'puma', '~> 4.1' +gem 'puma', '~> 4.3' # Use Redis adapter to run Action Cable in production gem 'redis', '~> 4.0' diff --git a/Gemfile.lock b/Gemfile.lock index 7169dd3..81f5035 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -115,6 +115,11 @@ GEM erubi (1.9.0) et-orbi (1.2.2) tzinfo + factory_bot (6.2.1) + activesupport (>= 5.0.0) + factory_bot_rails (6.2.0) + factory_bot (~> 6.2.0) + railties (>= 5.0.0) fast_jsonapi (1.5) activesupport (>= 4.2) ffi (1.12.1) @@ -150,7 +155,7 @@ GEM minitest (5.14.0) msgpack (1.3.1) multi_xml (0.6.0) - nio4r (2.5.2) + nio4r (2.5.8) nokogiri (1.10.7) mini_portile2 (~> 2.4.0) pager_api (0.3.2) @@ -159,7 +164,7 @@ GEM parser (2.7.0.2) ast (~> 2.4.0) pg (1.2.2) - puma (4.3.1) + puma (4.3.12) nio4r (~> 2.0) raabro (1.1.6) rack (2.1.1) @@ -245,13 +250,14 @@ PLATFORMS DEPENDENCIES bootsnap (>= 1.4.2) byebug + factory_bot_rails fast_jsonapi httparty listen (>= 3.0.5, < 3.2) pager_api pagy pg (>= 0.18, < 2.0) - puma (~> 4.1) + puma (~> 4.3) rack-cors rails (~> 6.0.2, >= 6.0.2.1) redis (~> 4.0)