From 83fc92a13340c59ed71b471c6c5dc3092c8c6c1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Mar 2022 00:35:19 +0000 Subject: [PATCH] Bump puma from 4.3.1 to 4.3.12 Bumps [puma](https://github.com/puma/puma) from 4.3.1 to 4.3.12. - [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.1...v4.3.12) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index b17e6de..c6ee403 100644 --- a/Gemfile +++ b/Gemfile @@ -14,7 +14,7 @@ gem 'jbuilder', '~> 2.7' gem 'money-fixer-io' gem 'money-rails', '~> 1.12' gem 'pg', '>= 0.18', '< 2.0' -gem 'puma', '~> 4.1' +gem 'puma', '~> 4.3' gem 'rails', '~> 6.0.2', '>= 6.0.2.1' gem 'sass-rails', '>= 6' gem 'simple_form' diff --git a/Gemfile.lock b/Gemfile.lock index 2f18272..9208ef3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -150,7 +150,7 @@ GEM money (~> 6.13.2) railties (>= 3.0) msgpack (1.3.1) - nio4r (2.5.2) + nio4r (2.5.8) nokogiri (1.10.7) mini_portile2 (~> 2.4.0) orm_adapter (0.5.0) @@ -160,7 +160,7 @@ GEM pg (1.2.2) popper_js (1.16.0) public_suffix (4.0.3) - puma (4.3.1) + puma (4.3.12) nio4r (~> 2.0) rack (2.1.1) rack-proxy (0.6.5) @@ -317,7 +317,7 @@ DEPENDENCIES money-fixer-io money-rails (~> 1.12) pg (>= 0.18, < 2.0) - puma (~> 4.1) + puma (~> 4.3) rails (~> 6.0.2, >= 6.0.2.1) rspec-rails (~> 3.8) rubocop