From 9ba18dd7e924c2b705b8bca5fa283a8d079c2565 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 May 2021 20:39:18 +0000 Subject: [PATCH] Bump puma from 4.3.1 to 4.3.8 Bumps [puma](https://github.com/puma/puma) from 4.3.1 to 4.3.8. - [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.8) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 14 ++++++++------ 2 files changed, 9 insertions(+), 7 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..7eec598 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -165,7 +165,9 @@ GEM marcel (0.3.3) mimemagic (~> 0.3.2) method_source (0.9.2) - mimemagic (0.3.4) + mimemagic (0.3.10) + nokogiri (~> 1) + rake mini_mime (1.0.2) mini_portile2 (2.4.0) minitest (5.11.3) @@ -180,8 +182,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.7) + nio4r (2.5.7-java) nokogiri (1.10.8) mini_portile2 (~> 2.4.0) nokogiri (1.10.8-java) @@ -206,9 +208,9 @@ GEM byebug (~> 11.0) pry (~> 0.10) public_suffix (4.0.3) - puma (4.3.1) + puma (4.3.8) nio4r (~> 2.0) - puma (4.3.1-java) + puma (4.3.8-java) nio4r (~> 2.0) rack (2.2.2) rack-pjax (1.1.0) @@ -374,7 +376,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)