From 8ae3d4aedad79ceddc940d008265eb9c0968de49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 May 2021 19:37:11 +0000 Subject: [PATCH] Bump puma from 4.3.7 to 5.3.1 in /testapp Bumps [puma](https://github.com/puma/puma) from 4.3.7 to 5.3.1. - [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.7...v5.3.1) Signed-off-by: dependabot[bot] --- testapp/Gemfile | 2 +- testapp/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/testapp/Gemfile b/testapp/Gemfile index c5cf1b1..11baf26 100644 --- a/testapp/Gemfile +++ b/testapp/Gemfile @@ -8,7 +8,7 @@ gem 'rails' # Use sqlite3 as the database for Active Record gem 'sqlite3' # Use Puma as the app server -gem 'puma', '~> 4.3' +gem 'puma', '~> 5.3' # Use dotenv to load development env variables gem 'dotenv-rails', require: 'dotenv/rails-now' diff --git a/testapp/Gemfile.lock b/testapp/Gemfile.lock index 70d09bb..398d6d6 100644 --- a/testapp/Gemfile.lock +++ b/testapp/Gemfile.lock @@ -156,7 +156,7 @@ GEM coderay (~> 1.1) method_source (~> 1.0) public_suffix (4.0.6) - puma (4.3.7) + puma (5.3.1) nio4r (~> 2.0) racc (1.5.2) rack (2.2.3) @@ -230,7 +230,7 @@ PLATFORMS DEPENDENCIES dotenv-rails pry - puma (~> 4.3) + puma (~> 5.3) rails rspec sqlite3