From 1f2247f403b910512f273cb824ec3db3f0f75227 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Mar 2022 23:35:20 +0000 Subject: [PATCH] Bump puma from 4.3.1 to 5.6.4 in /examples/myapp Bumps [puma](https://github.com/puma/puma) from 4.3.1 to 5.6.4. - [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...v5.6.4) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/myapp/Gemfile | 2 +- examples/myapp/Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/myapp/Gemfile b/examples/myapp/Gemfile index c254d5f..a34faa0 100644 --- a/examples/myapp/Gemfile +++ b/examples/myapp/Gemfile @@ -5,7 +5,7 @@ gem 'kube_queue', path: ENV['KUBE_QUEUE_PATH'] || '../../' gem 'rails', '~> 5.2.3' gem 'mysql2' -gem 'puma', '~> 4.3' +gem 'puma', '~> 5.6' gem 'sass-rails', '~> 5.0' gem 'uglifier', '>= 1.3.0' gem 'mini_racer', platforms: :ruby diff --git a/examples/myapp/Gemfile.lock b/examples/myapp/Gemfile.lock index 13f4fc8..5ef6fca 100644 --- a/examples/myapp/Gemfile.lock +++ b/examples/myapp/Gemfile.lock @@ -167,7 +167,7 @@ GEM msgpack (1.3.1) multi_json (1.14.1) mysql2 (0.5.2) - nio4r (2.4.0) + nio4r (2.5.8) nokogiri (1.10.5) mini_portile2 (~> 2.4.0) pry (0.12.2) @@ -179,7 +179,7 @@ GEM pry-rails (0.3.9) pry (>= 0.10.4) public_suffix (3.1.1) - puma (4.3.1) + puma (5.6.4) nio4r (~> 2.0) rack (2.0.8) rack-test (1.1.0) @@ -282,7 +282,7 @@ DEPENDENCIES mysql2 pry-byebug pry-rails - puma (~> 4.3) + puma (~> 5.6) rails (~> 5.2.3) sass-rails (~> 5.0) selenium-webdriver