From 7493ca1a8df61ac85c885c9f25cb2fcaa0d2c97e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Feb 2020 06:19:57 +0000 Subject: [PATCH] Bump puma from 3.11.4 to 3.12.3 in /words_searcher/lib/t_test_task Bumps [puma](https://github.com/puma/puma) from 3.11.4 to 3.12.3. - [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.11.4...v3.12.3) Signed-off-by: dependabot[bot] --- words_searcher/lib/t_test_task/Gemfile | 2 +- words_searcher/lib/t_test_task/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/words_searcher/lib/t_test_task/Gemfile b/words_searcher/lib/t_test_task/Gemfile index 18bdb9b..38d4ca5 100644 --- a/words_searcher/lib/t_test_task/Gemfile +++ b/words_searcher/lib/t_test_task/Gemfile @@ -5,7 +5,7 @@ ruby '2.5.1' gem 'rails', '~> 5.2.0' gem 'pg', '>= 0.18', '< 2.0' -gem 'puma', '~> 3.11' +gem 'puma', '~> 3.12' gem 'active_model_serializers', '~> 0.10.0' diff --git a/words_searcher/lib/t_test_task/Gemfile.lock b/words_searcher/lib/t_test_task/Gemfile.lock index 27a402c..eb135b7 100644 --- a/words_searcher/lib/t_test_task/Gemfile.lock +++ b/words_searcher/lib/t_test_task/Gemfile.lock @@ -110,7 +110,7 @@ GEM multi_xml (~> 0.5) rack (>= 1.2, < 3) pg (1.0.0) - puma (3.11.4) + puma (3.12.3) pundit (1.1.0) activesupport (>= 3.0.0) rack (2.0.5) @@ -203,7 +203,7 @@ DEPENDENCIES jwt listen (>= 3.0.5, < 3.2) pg (>= 0.18, < 2.0) - puma (~> 3.11) + puma (~> 3.12) pundit rack-cors rails (~> 5.2.0)