From 1943b009c869cec8289eee861b4cc1384e04a103 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 23:40:14 +0000 Subject: [PATCH] build(deps): bump puma in /Start Ruby on Rails from scratch Bumps [puma](https://github.com/puma/puma) from 3.12.1 to 4.3.11. - [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.11) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Start Ruby on Rails from scratch/Gemfile | 2 +- Start Ruby on Rails from scratch/Gemfile.lock | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Start Ruby on Rails from scratch/Gemfile b/Start Ruby on Rails from scratch/Gemfile index cbbf119..6e5b73f 100644 --- a/Start Ruby on Rails from scratch/Gemfile +++ b/Start Ruby on Rails from scratch/Gemfile @@ -8,7 +8,7 @@ gem 'rails', '~> 6.0.0' # 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/Start Ruby on Rails from scratch/Gemfile.lock b/Start Ruby on Rails from scratch/Gemfile.lock index dce9468..2217204 100644 --- a/Start Ruby on Rails from scratch/Gemfile.lock +++ b/Start Ruby on Rails from scratch/Gemfile.lock @@ -91,7 +91,8 @@ GEM nio4r (2.5.2) nokogiri (1.10.4) mini_portile2 (~> 2.4.0) - puma (3.12.1) + puma (4.3.11) + nio4r (~> 2.0) rack (2.0.7) rack-proxy (0.6.5) rack @@ -181,7 +182,7 @@ DEPENDENCIES byebug jbuilder (~> 2.7) listen (>= 3.0.5, < 3.2) - puma (~> 3.11) + puma (~> 4.3) rails (~> 6.0.0) sass-rails (~> 5) spring