From 4f2a3d09038bbe960702abd476d860fa726e5380 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2020 13:46:45 +0000 Subject: [PATCH] Bump puma from 3.12.1 to 3.12.4 Bumps [puma](https://github.com/puma/puma) from 3.12.1 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.12.1...v3.12.4) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 053e757..9f21ab2 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ ruby '2.6.3' gem 'bootsnap', '>= 1.4.2', require: false gem 'jbuilder', '~> 2.7' gem 'pg', '>= 0.18', '< 2.0' -gem 'puma', '~> 3.11' +gem 'puma', '~> 3.12' gem 'rails', '~> 6.0.0' gem 'sass-rails', '~> 5' gem 'turbolinks', '~> 5' diff --git a/Gemfile.lock b/Gemfile.lock index 3e55f24..7672146 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -153,7 +153,7 @@ GEM ast (~> 2.4.0) pg (1.1.4) public_suffix (4.0.1) - puma (3.12.1) + puma (3.12.4) rack (2.0.7) rack-protection (2.0.8.1) rack @@ -325,7 +325,7 @@ DEPENDENCIES listen (>= 3.0.5, < 3.2) mail pg (>= 0.18, < 2.0) - puma (~> 3.11) + puma (~> 3.12) rails (~> 6.0.0) rails-controller-testing rspec-rails