From 929550da94c3060534dbafdf581b95b7ae75d3a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Mar 2021 15:23:06 +0000 Subject: [PATCH] Bump puma from 3.11.4 to 3.12.6 in /shine Bumps [puma](https://github.com/puma/puma) from 3.11.4 to 3.12.6. - [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/v3.11.4...v3.12.6) Signed-off-by: dependabot[bot] --- shine/Gemfile | 2 +- shine/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/shine/Gemfile b/shine/Gemfile index 9bebbbcf..72624d55 100644 --- a/shine/Gemfile +++ b/shine/Gemfile @@ -14,7 +14,7 @@ gem 'webpacker' # Use postgresql as the database for Active Record gem 'pg', '~> 0.18' # Use Puma as the app server -gem 'puma', '~> 3.7' +gem 'puma', '~> 3.12' # Use SCSS for stylesheets gem 'sass-rails', '~> 5.0' # Use Uglifier as compressor for JavaScript assets diff --git a/shine/Gemfile.lock b/shine/Gemfile.lock index 5e84b59f..a74889b3 100644 --- a/shine/Gemfile.lock +++ b/shine/Gemfile.lock @@ -110,7 +110,7 @@ GEM cliver (~> 0.3.1) websocket-driver (>= 0.2.0) public_suffix (3.0.2) - puma (3.11.4) + puma (3.12.6) rack (2.0.7) rack-proxy (0.6.4) rack @@ -221,7 +221,7 @@ DEPENDENCIES listen (>= 3.0.5, < 3.2) pg (~> 0.18) poltergeist - puma (~> 3.7) + puma (~> 3.12) rails (~> 5.1.4) rspec-rails (~> 3.4) sass-rails (~> 5.0)