From c61d9a3e3c39873aaca4ad053f5db7861c57388c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Mar 2022 22:27:55 +0000 Subject: [PATCH] Bump puma from 3.12.6 to 5.6.4 in /examples/determinator-rails Bumps [puma](https://github.com/puma/puma) from 3.12.6 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/v3.12.6...v5.6.4) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/determinator-rails/Gemfile | 2 +- examples/determinator-rails/Gemfile.lock | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/examples/determinator-rails/Gemfile b/examples/determinator-rails/Gemfile index 715b0e6..39e5698 100644 --- a/examples/determinator-rails/Gemfile +++ b/examples/determinator-rails/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' gem 'rails', '~> 5.1' -gem 'puma', '~> 3.0' +gem 'puma', '~> 5.6' gem 'determinator', path: '../..' diff --git a/examples/determinator-rails/Gemfile.lock b/examples/determinator-rails/Gemfile.lock index 1878a67..0ecc83f 100644 --- a/examples/determinator-rails/Gemfile.lock +++ b/examples/determinator-rails/Gemfile.lock @@ -83,7 +83,10 @@ GEM nio4r (2.5.4) nokogiri (1.11.1-x86_64-darwin) racc (~> 1.4) - puma (3.12.6) + nokogiri (1.11.1-x86_64-linux) + racc (~> 1.4) + puma (5.6.4) + nio4r (~> 2.0) racc (1.5.2) rack (2.2.3) rack-test (1.1.0) @@ -132,12 +135,13 @@ GEM PLATFORMS x86_64-darwin-19 + x86_64-linux DEPENDENCIES byebug determinator! dotenv-rails - puma (~> 3.0) + puma (~> 5.6) rails (~> 5.1) BUNDLED WITH