From bf5b251cf057692eaf4a69fd0e7d3542db708b84 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 05:28:57 +0000 Subject: [PATCH] Bump puma from 5.1.1 to 5.3.1 Bumps [puma](https://github.com/puma/puma) from 5.1.1 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/v5.1.1...v5.3.1) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 086c82c..a58cf30 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem 'rails', '~> 6.1.3' # Use sqlite3 as the database for Active Record gem 'sqlite3', '~> 1.4' # Use Puma as the app server -gem 'puma', '~> 5.0' +gem 'puma', '~> 5.3' # Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker gem 'webpacker', '~> 5.0' # Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks diff --git a/Gemfile.lock b/Gemfile.lock index e10b481..cd533ea 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -123,11 +123,13 @@ GEM racc (~> 1.4) nokogiri (1.11.2-x64-mingw32) racc (~> 1.4) + nokogiri (1.11.2-x86_64-darwin) + racc (~> 1.4) nokogiri (1.11.2-x86_64-linux) racc (~> 1.4) popper_js (1.16.0) public_suffix (4.0.6) - puma (5.1.1) + puma (5.3.1) nio4r (~> 2.0) racc (1.5.2) rack (2.2.3) @@ -264,7 +266,7 @@ DEPENDENCIES dotenv-rails jbuilder (~> 2.7) listen (~> 3.3) - puma (~> 5.0) + puma (~> 5.3) rack-mini-profiler (~> 2.0) rails (~> 6.1.3) rails-controller-testing