From 984a057ad8b130d27357ac5b23cd13f55071dabf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Mar 2022 21:56:40 +0000 Subject: [PATCH] Bump puma from 5.3.2 to 5.6.4 Bumps [puma](https://github.com/puma/puma) from 5.3.2 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/v5.3.2...v5.6.4) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 42ec0f8..28c46ef 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ ruby '3.0.1' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails', branch: 'main' gem 'rails', '~> 6.1.4' # Use Puma as the app server -gem 'puma', '~> 5.3' +gem 'puma', '~> 5.6' # Use SCSS for stylesheets gem 'sass-rails', '>= 6' # Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker diff --git a/Gemfile.lock b/Gemfile.lock index 3757d37..ce0dc0e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,7 +3,7 @@ GIT revision: 3c31c0f0adaa028c6c58a4fe09b81b332d5fcae9 specs: mongoid (7.3.0) - activemodel (>= 6.0, < 6.2) + activemodel (>= 5.1, < 6.2) mongo (>= 2.10.5, < 3.0.0) GEM @@ -148,12 +148,12 @@ GEM bson (>= 4.8.2, < 5.0.0) msgpack (1.4.2) nested_form (0.3.2) - nio4r (2.5.7) + nio4r (2.5.8) nokogiri (1.11.7-x86_64-linux) racc (~> 1.4) orm_adapter (0.5.0) public_suffix (4.0.6) - puma (5.3.2) + puma (5.6.4) nio4r (~> 2.0) pundit (2.1.0) activesupport (>= 3.0.0) @@ -285,7 +285,7 @@ DEPENDENCIES kaminari-mongoid listen (~> 3.3) mongoid! - puma (~> 5.3) + puma (~> 5.6) pundit (~> 2.1) rack-mini-profiler (~> 2.0) rails (~> 6.1.4)