From 07d401fef484ceb9d4a2638dd69d53de08c25587 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Aug 2023 23:17:20 +0000 Subject: [PATCH] Bump puma from 3.12.6 to 6.3.1 in /examples/determinator-rails Bumps [puma](https://github.com/puma/puma) from 3.12.6 to 6.3.1. - [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...v6.3.1) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/determinator-rails/Gemfile | 2 +- examples/determinator-rails/Gemfile.lock | 10 +++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/examples/determinator-rails/Gemfile b/examples/determinator-rails/Gemfile index 715b0e6..0f9050e 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', '~> 6.3' gem 'determinator', path: '../..' diff --git a/examples/determinator-rails/Gemfile.lock b/examples/determinator-rails/Gemfile.lock index 1878a67..cb8eadb 100644 --- a/examples/determinator-rails/Gemfile.lock +++ b/examples/determinator-rails/Gemfile.lock @@ -78,12 +78,15 @@ GEM method_source (1.0.0) mimemagic (0.3.5) mini_mime (1.0.2) + mini_portile2 (2.5.3) minitest (5.14.3) multipart-post (2.1.1) nio4r (2.5.4) - nokogiri (1.11.1-x86_64-darwin) + nokogiri (1.11.1) + mini_portile2 (~> 2.5.0) racc (~> 1.4) - puma (3.12.6) + puma (6.3.1) + 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 (~> 6.3) rails (~> 5.1) BUNDLED WITH