From 70de2d4329bd1874f39be8d655ea61a7a43bc9e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2020 10:16:53 +0000 Subject: [PATCH] Bump puma from 3.11.3 to 3.12.4 in /backend Bumps [puma](https://github.com/puma/puma) from 3.11.3 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.11.3...v3.12.4) Signed-off-by: dependabot[bot] --- backend/Gemfile | 2 +- backend/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/Gemfile b/backend/Gemfile index bc84c66..684e97e 100644 --- a/backend/Gemfile +++ b/backend/Gemfile @@ -8,7 +8,7 @@ end ruby File.read('.ruby-version') gem 'pg', '>= 0.18', '< 2.0' -gem 'puma', '~> 3.7' +gem 'puma', '~> 3.12' gem 'rack-cors' gem 'rails', '~> 5.1.6' gem 'sass-rails', '~> 5.0' diff --git a/backend/Gemfile.lock b/backend/Gemfile.lock index f303d53..9603d0f 100644 --- a/backend/Gemfile.lock +++ b/backend/Gemfile.lock @@ -122,7 +122,7 @@ GEM pg (1.0.0) powerpack (0.1.1) public_suffix (3.0.2) - puma (3.11.3) + puma (3.12.4) rack (2.0.4) rack-cors (1.0.2) rack-test (1.0.0) @@ -251,7 +251,7 @@ DEPENDENCIES letter_opener listen (>= 3.0.5, < 3.2) pg (>= 0.18, < 2.0) - puma (~> 3.7) + puma (~> 3.12) rack-cors rails (~> 5.1.6) rspec-rails