From 4166586dd50b58e948fa83a03ea5988f06d0b87a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 May 2020 02:13:34 +0000 Subject: [PATCH] Bump puma from 4.3.3 to 4.3.5 Bumps [puma](https://github.com/puma/puma) from 4.3.3 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 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 8727d2e..4101718 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ gem 'rails', '~> 6.0.2', '>= 6.0.2.2' # Use sqlite3 as the database for Active Record gem 'sqlite3', '~> 1.4' # 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 index 790ce0f..7dc273d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -109,7 +109,7 @@ GEM nokogiri (1.10.9) mini_portile2 (~> 2.4.0) public_suffix (4.0.3) - puma (4.3.3) + puma (4.3.5) nio4r (~> 2.0) rack (2.2.2) rack-proxy (0.6.5) @@ -215,7 +215,7 @@ DEPENDENCIES image_processing (~> 1.2) jbuilder (~> 2.7) listen (>= 3.0.5, < 3.2) - puma (~> 4.1) + puma (~> 4.3) rails (~> 6.0.2, >= 6.0.2.2) sass-rails (>= 6) selenium-webdriver