From f6d0b471e3886edd26a2d56b86e8a1095130f368 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2020 22:25:20 +0000 Subject: [PATCH] Bump puma in /backend-news/newsAPIInitialInvestigation-api Bumps [puma](https://github.com/puma/puma) from 4.3.1 to 4.3.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/v4.3.1...v4.3.3) Signed-off-by: dependabot[bot] --- backend-news/newsAPIInitialInvestigation-api/Gemfile | 2 +- backend-news/newsAPIInitialInvestigation-api/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backend-news/newsAPIInitialInvestigation-api/Gemfile b/backend-news/newsAPIInitialInvestigation-api/Gemfile index 298b44a..c4cc481 100644 --- a/backend-news/newsAPIInitialInvestigation-api/Gemfile +++ b/backend-news/newsAPIInitialInvestigation-api/Gemfile @@ -10,7 +10,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' # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder # gem 'jbuilder', '~> 2.7' # Use Redis adapter to run Action Cable in production diff --git a/backend-news/newsAPIInitialInvestigation-api/Gemfile.lock b/backend-news/newsAPIInitialInvestigation-api/Gemfile.lock index c1d3514..fe78eba 100644 --- a/backend-news/newsAPIInitialInvestigation-api/Gemfile.lock +++ b/backend-news/newsAPIInitialInvestigation-api/Gemfile.lock @@ -90,7 +90,7 @@ GEM nokogiri (1.10.7) mini_portile2 (~> 2.4.0) pg (1.2.2) - puma (4.3.1) + puma (4.3.3) nio4r (~> 2.0) rack (2.1.1) rack-cors (1.1.1) @@ -157,7 +157,7 @@ DEPENDENCIES byebug listen (>= 3.0.5, < 3.2) pg (>= 0.18, < 2.0) - puma (~> 4.1) + puma (~> 4.3) rack-cors rails (~> 6.0.2, >= 6.0.2.1) spring