From 8cd0bfb51ff63c542d00a1b3545e91cd671ec01e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 21:57:07 +0000 Subject: [PATCH] Bump puma from 5.4.0 to 5.6.2 in /lesson5 Bumps [puma](https://github.com/puma/puma) from 5.4.0 to 5.6.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/v5.4.0...v5.6.2) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- lesson5/Gemfile | 2 +- lesson5/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lesson5/Gemfile b/lesson5/Gemfile index ee181e5..a52aa89 100644 --- a/lesson5/Gemfile +++ b/lesson5/Gemfile @@ -8,7 +8,7 @@ gem 'rails', '~> 6.1.4', '>= 6.1.4.1' # Use sqlite3 as the database for Active Record gem 'sqlite3', '~> 1.4' # Use Puma as the app server -gem 'puma', '~> 5.4' +gem 'puma', '~> 5.6' # Use SCSS for stylesheets gem 'sass-rails', '>= 6' # Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker diff --git a/lesson5/Gemfile.lock b/lesson5/Gemfile.lock index 448cddf..7279d81 100644 --- a/lesson5/Gemfile.lock +++ b/lesson5/Gemfile.lock @@ -109,7 +109,7 @@ GEM nokogiri (1.12.3-x86_64-linux) racc (~> 1.4) public_suffix (4.0.6) - puma (5.4.0) + puma (5.6.2) nio4r (~> 2.0) racc (1.5.2) rack (2.2.3) @@ -217,7 +217,7 @@ DEPENDENCIES capybara (>= 3.35) jbuilder (~> 2.11) listen (~> 3.7) - puma (~> 5.4) + puma (~> 5.6) rack-mini-profiler (~> 2.3) rails (~> 6.1.4, >= 6.1.4.1) react-rails (~> 2.6)