From 1b3cb2ec3727f88404560a94fd4b748c2279ee03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Oct 2021 13:15:55 +0000 Subject: [PATCH] Bump puma in /udemy-learn-ruby-on-rails-from-scratch/myrubyblog Bumps [puma](https://github.com/puma/puma) from 4.3.8 to 4.3.9. - [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/v4.3.8...v4.3.9) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- udemy-learn-ruby-on-rails-from-scratch/myrubyblog/Gemfile | 2 +- .../myrubyblog/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/udemy-learn-ruby-on-rails-from-scratch/myrubyblog/Gemfile b/udemy-learn-ruby-on-rails-from-scratch/myrubyblog/Gemfile index 5f6c437..48fc59e 100644 --- a/udemy-learn-ruby-on-rails-from-scratch/myrubyblog/Gemfile +++ b/udemy-learn-ruby-on-rails-from-scratch/myrubyblog/Gemfile @@ -8,7 +8,7 @@ gem 'rails', '~> 5.2.3' # Use sqlite3 as the database for Active Record gem 'sqlite3' # Use Puma as the app server -gem 'puma', '~> 5.5' +gem 'puma', '~> 4.3' # Use SCSS for stylesheets gem 'sass-rails', '~> 5.0' # Use Uglifier as compressor for JavaScript assets diff --git a/udemy-learn-ruby-on-rails-from-scratch/myrubyblog/Gemfile.lock b/udemy-learn-ruby-on-rails-from-scratch/myrubyblog/Gemfile.lock index 795d4a9..f3fa013 100644 --- a/udemy-learn-ruby-on-rails-from-scratch/myrubyblog/Gemfile.lock +++ b/udemy-learn-ruby-on-rails-from-scratch/myrubyblog/Gemfile.lock @@ -161,7 +161,7 @@ GEM racc (~> 1.4) orm_adapter (0.5.0) public_suffix (4.0.6) - puma (4.3.8) + puma (4.3.9) nio4r (~> 2.0) racc (1.5.2) rack (2.2.3) @@ -281,7 +281,7 @@ DEPENDENCIES devise jbuilder (~> 2.5) listen (>= 3.0.5, < 3.2) - puma (~> 5.5) + puma (~> 4.3) rails (~> 5.2.3) sass-rails (~> 5.0) selenium-webdriver