From 25939dc7cfcd0267bcd04017f34881489583a1e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2020 10:27:38 +0000 Subject: [PATCH] Bump puma from 3.11.4 to 3.12.4 in /Rails/Chatroom Bumps [puma](https://github.com/puma/puma) from 3.11.4 to 3.12.4. - [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.4) Signed-off-by: dependabot[bot] --- Rails/Chatroom/Gemfile | 2 +- Rails/Chatroom/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Rails/Chatroom/Gemfile b/Rails/Chatroom/Gemfile index 2685015..e532b26 100644 --- a/Rails/Chatroom/Gemfile +++ b/Rails/Chatroom/Gemfile @@ -13,7 +13,7 @@ gem 'rails', '~> 5.1.6' # Use sqlite3 as the database for Active Record gem 'sqlite3' # 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/Rails/Chatroom/Gemfile.lock b/Rails/Chatroom/Gemfile.lock index 2d038c4..f200998 100644 --- a/Rails/Chatroom/Gemfile.lock +++ b/Rails/Chatroom/Gemfile.lock @@ -91,7 +91,7 @@ GEM nokogiri (1.8.2) mini_portile2 (~> 2.3.0) popper_js (1.12.9) - puma (3.11.4) + puma (3.12.4) rack (2.0.4) rack-test (1.0.0) rack (>= 1.0, < 3) @@ -177,7 +177,7 @@ DEPENDENCIES jquery-rails js_cookie_rails listen (>= 3.0.5, < 3.2) - puma (~> 3.7) + puma (~> 3.12) rails (~> 5.1.6) sass-rails (~> 5.0) spring