From 7580521b37ea4d19ef9c66f826726956c8607ef4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 00:00:48 +0100 Subject: [PATCH] Update puma requirement from ~> 6.3.1 to ~> 6.4.2 (#102) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates the requirements on [puma](https://github.com/puma/puma) to permit the latest version.
Release notes

Sourced from puma's releases.

6.4.1

6.4.0 - The Eagle of Durango

image

America is #1 in professional cycling, baby!

Changelog

Sourced from puma's changelog.

6.4.2 / 2024-01-08

6.4.1 / 2024-01-03

6.4.0 / 2023-09-21

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=puma&package-manager=bundler&previous-version=6.3.1&new-version=6.4.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/locoframework/loco-rails/network/alerts).
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile.lock | 6 +++--- loco-rails.gemspec | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 2028a4e..782cc53 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -137,7 +137,7 @@ GEM timeout net-smtp (0.3.3) net-protocol - nio4r (2.5.9) + nio4r (2.7.0) nokogiri (1.15.2) mini_portile2 (~> 2.8.2) racc (~> 1.4) @@ -145,7 +145,7 @@ GEM parser (3.2.1.1) ast (~> 2.4.1) public_suffix (5.0.1) - puma (6.3.1) + puma (6.4.2) nio4r (~> 2.0) racc (1.7.1) rack (2.2.7) @@ -250,7 +250,7 @@ DEPENDENCIES listen (~> 3.8.0) loco-rails! mysql2 (~> 0.5.5) - puma (~> 6.3.1) + puma (~> 6.4.2) redis (~> 5.0.6) rspec-expectations (~> 3.12.2) rspec-mocks (~> 3.12.3) diff --git a/loco-rails.gemspec b/loco-rails.gemspec index 6eb0adc..45950cf 100644 --- a/loco-rails.gemspec +++ b/loco-rails.gemspec @@ -32,7 +32,7 @@ Gem::Specification.new do |s| s.add_development_dependency 'jbuilder', '~> 2.11.5' s.add_development_dependency 'listen', '~> 3.8.0' s.add_development_dependency 'mysql2', '~> 0.5.5' - s.add_development_dependency 'puma', '~> 6.3.1' + s.add_development_dependency 'puma', '~> 6.4.2' s.add_development_dependency 'redis', '~> 5.0.6' s.add_development_dependency 'rspec-expectations', '~> 3.12.2' s.add_development_dependency 'rspec-mocks', '~> 3.12.3'