From ca1b8e8570f9d8086cfc719b26159e3fe537cfde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Mar 2022 23:40:34 +0000 Subject: [PATCH] Bump puma from 3.12.1 to 4.3.12 in /day-05/bg-lib Bumps [puma](https://github.com/puma/puma) from 3.12.1 to 4.3.12. - [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.12) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- day-05/bg-lib/Gemfile | 2 +- day-05/bg-lib/Gemfile.lock | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/day-05/bg-lib/Gemfile b/day-05/bg-lib/Gemfile index 42ed69c..ea6ae0f 100644 --- a/day-05/bg-lib/Gemfile +++ b/day-05/bg-lib/Gemfile @@ -5,7 +5,7 @@ ruby '2.6.3' gem 'rails', '~> 5.2.3' gem 'sqlite3' -gem 'puma', '~> 3.11' +gem 'puma', '~> 4.3' gem 'sass-rails', '~> 5.0' gem 'uglifier', '>= 1.3.0' gem 'turbolinks', '~> 5' diff --git a/day-05/bg-lib/Gemfile.lock b/day-05/bg-lib/Gemfile.lock index be9346b..e6d29cf 100644 --- a/day-05/bg-lib/Gemfile.lock +++ b/day-05/bg-lib/Gemfile.lock @@ -125,7 +125,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_magick (4.9.5) mini_mime (1.0.2) mini_portile2 (2.4.0) @@ -143,7 +145,8 @@ GEM coderay (~> 1.1.0) method_source (~> 0.9.0) public_suffix (3.1.1) - puma (3.12.1) + puma (4.3.12) + nio4r (~> 2.0) rack (2.0.7) rack-test (1.1.0) rack (>= 1.0, < 3) @@ -273,7 +276,7 @@ DEPENDENCIES launchy listen (>= 3.0.5, < 3.2) pagy (~> 3.5) - puma (~> 3.11) + puma (~> 4.3) rails (~> 5.2.3) rspec-rails (~> 3.8) sass-rails (~> 5.0)