From 6b0de385bbe33620dfe690ce9474ebcc3adf3b6e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 18:35:14 +0000 Subject: [PATCH] chore(deps): update dependency puma to v6.4.2 [security] --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 44b407d0..be4788b4 100644 --- a/Gemfile +++ b/Gemfile @@ -18,7 +18,7 @@ gem 'friendly_id', '~> 5.2' gem 'http', '~> 5.0' gem 'iban-tools', '~> 1.1.0' gem 'icalendar', '~> 2.4' -gem 'improvmx', '~> 0.2.1' +gem 'improvmx', '~> 0.2.0' gem 'isbn_validation', '~> 1.2' gem 'jsonapi-authorization', '~> 3.0' gem 'jsonapi-resources', '~> 0.9.1.beta2' diff --git a/Gemfile.lock b/Gemfile.lock index 2a8557a5..1348d133 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -278,8 +278,8 @@ GEM net-smtp (0.3.3) net-protocol netrc (0.11.0) - nio4r (2.5.8) - nio4r (2.5.8-java) + nio4r (2.7.0) + nio4r (2.7.0-java) nokogiri (1.14.3) mini_portile2 (~> 2.8.0) racc (~> 1.4) @@ -318,9 +318,9 @@ GEM pry-rails (0.3.9) pry (>= 0.10.4) public_suffix (4.0.6) - puma (6.0.0) + puma (6.4.2) nio4r (~> 2.0) - puma (6.0.0-java) + puma (6.4.2-java) nio4r (~> 2.0) pundit (2.2.0) activesupport (>= 3.0.0) @@ -560,7 +560,7 @@ DEPENDENCIES http (~> 5.0) iban-tools (~> 1.1.0) icalendar (~> 2.4) - improvmx (~> 0.2.1) + improvmx (~> 0.2.0) isbn_validation (~> 1.2) jsonapi-authorization (~> 3.0) jsonapi-resources (~> 0.9.1.beta2)