From 8e55f8ee3333bf77e43e4038d09d4631fe2c7a4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Apr 2020 15:54:03 +0000 Subject: [PATCH] Bump puma in /component_based_rails_applications/sportsball Bumps [puma](https://github.com/puma/puma) from 3.12.1 to 4.3.3. - [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...v4.3.3) 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..ab88af3c 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', '~> 4.3' # 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..4bad1ec0 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 (4.3.3) + 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 (~> 4.3) rails (~> 6.0.0.rc1) sass-rails (~> 5) selenium-webdriver