From e15d0308f89b764e920049559513acbd654c0f33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Aug 2023 00:52:21 +0000 Subject: [PATCH] Bump puma from 4.3.7 to 5.6.7 Bumps [puma](https://github.com/puma/puma) from 4.3.7 to 5.6.7. - [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.7...v5.6.7) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 13 ++++++++----- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 57bdd57c9..3a0cc471f 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' ruby '~> 2.7.2' gem 'rails', '5.0.5' -gem 'puma', '~> 4.0' +gem 'puma', '~> 5.6' gem 'pg' diff --git a/Gemfile.lock b/Gemfile.lock index 1a26e548c..bcaeec2be 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,6 +1,10 @@ GEM - remote: https://rubygems.org/ remote: https://rails-assets.org/ + specs: + rails-assets-momentjs (2.17.1) + +GEM + remote: https://rubygems.org/ specs: actioncable (5.0.5) actionpack (= 5.0.5) @@ -226,7 +230,7 @@ GEM multi_xml (0.6.0) multipart-post (2.1.1) nenv (0.3.0) - nio4r (2.1.0) + nio4r (2.5.9) nokogiri (1.6.8.1) mini_portile2 (~> 2.1.0) notiffany (0.1.1) @@ -269,7 +273,7 @@ GEM interception (>= 0.5) pry public_suffix (2.0.5) - puma (4.3.7) + puma (5.6.7) nio4r (~> 2.0) pundit (1.1.0) activesupport (>= 3.0.0) @@ -291,7 +295,6 @@ GEM bundler (>= 1.3.0) railties (= 5.0.5) sprockets-rails (>= 2.0.0) - rails-assets-momentjs (2.17.1) rails-controller-testing (1.0.5) actionpack (>= 5.0.1.rc1) actionview (>= 5.0.1.rc1) @@ -440,7 +443,7 @@ DEPENDENCIES pry-rails pry-remote pry-rescue - puma (~> 4.0) + puma (~> 5.6) pundit rack-mini-profiler rack-timeout (~> 0.2.4)