From 0a2b9e60d239f6b93855e44bae6e42334b3131ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 May 2020 02:05:10 +0000 Subject: [PATCH] Bump puma from 4.3.1 to 4.3.5 Bumps [puma](https://github.com/puma/puma) from 4.3.1 to 4.3.5. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](https://github.com/puma/puma/commits) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 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..e318065 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -206,9 +206,9 @@ GEM byebug (~> 11.0) pry (~> 0.10) public_suffix (4.0.3) - puma (4.3.1) + puma (4.3.5) nio4r (~> 2.0) - puma (4.3.1-java) + puma (4.3.5-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)