From 3b8013fadc7dbefceb9a1bb66bdc36e16413fc64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2020 01:23:58 +0000 Subject: [PATCH] Bump puma from 4.3.1 to 4.3.3 in /01_dockerfiles/ex02/blog/blog Bumps [puma](https://github.com/puma/puma) from 4.3.1 to 4.3.3. - [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.1...v4.3.3) Signed-off-by: dependabot[bot] --- 01_dockerfiles/ex02/blog/blog/Gemfile | 2 +- 01_dockerfiles/ex02/blog/blog/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/01_dockerfiles/ex02/blog/blog/Gemfile b/01_dockerfiles/ex02/blog/blog/Gemfile index 5b9b68e..15b7501 100644 --- a/01_dockerfiles/ex02/blog/blog/Gemfile +++ b/01_dockerfiles/ex02/blog/blog/Gemfile @@ -8,7 +8,7 @@ gem 'rails', '~> 6.0.2', '>= 6.0.2.1' # Use sqlite3 as the database for Active Record gem 'sqlite3', '~> 1.4' # Use Puma as the app server -gem 'puma', '~> 4.1' +gem 'puma', '~> 4.3' # Use SCSS for stylesheets gem 'sass-rails', '>= 6' # Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker diff --git a/01_dockerfiles/ex02/blog/blog/Gemfile.lock b/01_dockerfiles/ex02/blog/blog/Gemfile.lock index 38d65b3..d72a325 100644 --- a/01_dockerfiles/ex02/blog/blog/Gemfile.lock +++ b/01_dockerfiles/ex02/blog/blog/Gemfile.lock @@ -103,7 +103,7 @@ GEM nokogiri (1.10.8) mini_portile2 (~> 2.4.0) public_suffix (4.0.3) - puma (4.3.1) + puma (4.3.3) nio4r (~> 2.0) rack (2.2.2) rack-proxy (0.6.5) @@ -205,7 +205,7 @@ DEPENDENCIES capybara (>= 2.15) jbuilder (~> 2.7) listen (>= 3.0.5, < 3.2) - puma (~> 4.1) + puma (~> 4.3) rails (~> 6.0.2, >= 6.0.2.1) sass-rails (>= 6) selenium-webdriver