From 9c4b7ed494251dbf2ccbc4031d69db28f0505c3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 23:56:27 +0000 Subject: [PATCH] Bump puma from 3.12.1 to 4.3.11 in /Homework_week2/toy_app 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] --- Homework_week2/toy_app/Gemfile | 2 +- Homework_week2/toy_app/Gemfile.lock | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Homework_week2/toy_app/Gemfile b/Homework_week2/toy_app/Gemfile index 3374f21..49cc7b5 100644 --- a/Homework_week2/toy_app/Gemfile +++ b/Homework_week2/toy_app/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' git_source(:github) { |repo| "https://github.com/#{repo}.git" } gem 'rails', '6.0.0' -gem 'puma', '3.12.1' +gem 'puma', '4.3.11' gem 'sass-rails', '5.1.0' gem 'webpacker', '4.0.7' gem 'turbolinks', '5.2.0' diff --git a/Homework_week2/toy_app/Gemfile.lock b/Homework_week2/toy_app/Gemfile.lock index 043d837..80dc8f7 100644 --- a/Homework_week2/toy_app/Gemfile.lock +++ b/Homework_week2/toy_app/Gemfile.lock @@ -95,7 +95,9 @@ GEM marcel (0.3.3) mimemagic (~> 0.3.2) method_source (0.9.2) - mimemagic (0.3.3) + mimemagic (0.3.10) + nokogiri (~> 1) + rake mini_mime (1.0.2) mini_portile2 (2.4.0) minitest (5.13.0) @@ -105,7 +107,8 @@ GEM mini_portile2 (~> 2.4.0) pg (1.1.4) public_suffix (4.0.1) - puma (3.12.1) + puma (4.3.11) + nio4r (~> 2.0) rack (2.0.7) rack-proxy (0.6.5) rack @@ -208,7 +211,7 @@ DEPENDENCIES jbuilder (= 2.9.1) listen (= 3.1.5) pg (= 1.1.4) - puma (= 3.12.1) + puma (= 4.3.11) rails (= 6.0.0) sass-rails (= 5.1.0) selenium-webdriver (= 3.142.4)