From 2b531f3cf25802ff537973e691b50be9d669b777 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Mar 2022 22:59:51 +0000 Subject: [PATCH] Bump puma from 4.3.8 to 4.3.12 Bumps [puma](https://github.com/puma/puma) from 4.3.8 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.8...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 83a15e8..427a95e 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' gem 'rails', '5.0.3' -gem 'puma', '4.3.8' +gem 'puma', '4.3.12' gem 'sass-rails', '5.0.6' gem 'uglifier', '3.2.0' gem 'coffee-rails', '4.2.2' diff --git a/Gemfile.lock b/Gemfile.lock index 5a62850..fda781c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -106,7 +106,7 @@ GEM ruby-progressbar multi_json (1.13.1) nenv (0.3.0) - nio4r (2.3.1) + nio4r (2.5.8) nokogiri (1.10.1) mini_portile2 (~> 2.4.0) notiffany (0.1.1) @@ -116,7 +116,7 @@ GEM pry (0.12.2) coderay (~> 1.1.0) method_source (~> 0.9.0) - puma (4.3.8) + puma (4.3.12) nio4r (~> 2.0) rack (2.0.6) rack-test (0.6.3) @@ -211,7 +211,7 @@ DEPENDENCIES listen (= 3.0.8) minitest-reporters (= 1.1.14) pg (= 0.18.4) - puma (= 4.3.8) + puma (= 4.3.12) rails (= 5.0.3) rails-controller-testing (= 1.0.2) sass-rails (= 5.0.6)