From fcc521ee0a788b839990bbe6cc115fcd04afd1d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 22:00:57 +0000 Subject: [PATCH] Bump puma from 5.5.1 to 5.6.2 in /examples/rails6/test-emd Bumps [puma](https://github.com/puma/puma) from 5.5.1 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.5.1...v5.6.2) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/rails6/test-emd/Gemfile | 2 +- examples/rails6/test-emd/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/rails6/test-emd/Gemfile b/examples/rails6/test-emd/Gemfile index 19236fc..68be3c5 100644 --- a/examples/rails6/test-emd/Gemfile +++ b/examples/rails6/test-emd/Gemfile @@ -12,7 +12,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.5' +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/examples/rails6/test-emd/Gemfile.lock b/examples/rails6/test-emd/Gemfile.lock index 043a442..bf04847 100644 --- a/examples/rails6/test-emd/Gemfile.lock +++ b/examples/rails6/test-emd/Gemfile.lock @@ -108,7 +108,7 @@ GEM nokogiri (1.12.5-x86_64-linux) racc (~> 1.4) public_suffix (4.0.6) - puma (5.5.1) + puma (5.6.2) nio4r (~> 2.0) racc (1.6.0) rack (2.2.3) @@ -214,7 +214,7 @@ DEPENDENCIES emd jbuilder (~> 2.7) listen (~> 3.3) - puma (~> 5.5) + puma (~> 5.6) rack-mini-profiler (~> 2.0) rails (~> 6.1.4, >= 6.1.4.1) redcarpet