From b474d5119400823f9ceb9372201f9c58939447b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Mar 2021 15:23:18 +0000 Subject: [PATCH] Bump puma in /component_based_rails_applications/sportsball Bumps [puma](https://github.com/puma/puma) from 3.12.1 to 5.2.2. - [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...v5.2.2) Signed-off-by: dependabot[bot] --- component_based_rails_applications/sportsball/Gemfile | 2 +- component_based_rails_applications/sportsball/Gemfile.lock | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/component_based_rails_applications/sportsball/Gemfile b/component_based_rails_applications/sportsball/Gemfile index 3023e4f0..12bd1519 100644 --- a/component_based_rails_applications/sportsball/Gemfile +++ b/component_based_rails_applications/sportsball/Gemfile @@ -8,7 +8,7 @@ gem 'rails', '~> 6.0.0.rc1' # Use sqlite3 as the database for Active Record gem 'sqlite3', '~> 1.4' # Use Puma as the app server -gem 'puma', '~> 3.11' +gem 'puma', '~> 5.2' # Use SCSS for stylesheets gem 'sass-rails', '~> 5' # Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker diff --git a/component_based_rails_applications/sportsball/Gemfile.lock b/component_based_rails_applications/sportsball/Gemfile.lock index c3375e4f..32b85ccf 100644 --- a/component_based_rails_applications/sportsball/Gemfile.lock +++ b/component_based_rails_applications/sportsball/Gemfile.lock @@ -119,7 +119,8 @@ GEM nokogiri (1.10.4) mini_portile2 (~> 2.4.0) public_suffix (4.0.1) - puma (3.12.1) + puma (5.2.2) + nio4r (~> 2.0) rack (2.0.7) rack-proxy (0.6.5) rack @@ -230,7 +231,7 @@ DEPENDENCIES capybara (>= 2.15) jbuilder (~> 2.5) listen (>= 3.0.5, < 3.2) - puma (~> 3.11) + puma (~> 5.2) rails (~> 6.0.0.rc1) sass-rails (~> 5) selenium-webdriver