From 4ed83582ccc28429f259185b0e6fa7a746b750b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Mar 2022 00:54:55 +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 | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) mode change 100755 => 100644 Gemfile mode change 100755 => 100644 Gemfile.lock diff --git a/Gemfile b/Gemfile old mode 100755 new mode 100644 index 2493031..787999e --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem 'bootstrap-sass', '3.4.1' # Use postgresql as the database for Active Record gem 'pg', '>= 0.18', '< 2.0' # Use Puma as the app server -gem 'puma', '~> 4.1' +gem 'puma', '~> 4.3' # 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 old mode 100755 new mode 100644 index 68c1853..75e0eb7 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -180,8 +180,8 @@ GEM msgpack (1.3.3-x86-mingw32) nenv (0.3.0) nested_form (0.3.2) - nio4r (2.5.2) - nio4r (2.5.2-java) + nio4r (2.5.8) + nio4r (2.5.8-java) nokogiri (1.10.8) mini_portile2 (~> 2.4.0) nokogiri (1.10.8-java) @@ -206,9 +206,9 @@ GEM byebug (~> 11.0) pry (~> 0.10) public_suffix (4.0.3) - puma (4.3.1) + puma (4.3.12) nio4r (~> 2.0) - puma (4.3.1-java) + puma (4.3.12-java) nio4r (~> 2.0) rack (2.2.2) rack-pjax (1.1.0) @@ -374,7 +374,7 @@ DEPENDENCIES minitest-reporters (= 1.3.8) pg (>= 0.18, < 2.0) pry-byebug - puma (~> 4.1) + puma (~> 4.3) rails (~> 6.0.2, >= 6.0.2.1) rails-controller-testing (= 1.0.4) rails_admin (~> 2.0)