From 71ddbba667a003825b8bfd05038ef983fecfc3d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2020 10:12:30 +0000 Subject: [PATCH] Bump puma from 3.11.2 to 3.12.4 in /website Bumps [puma](https://github.com/puma/puma) from 3.11.2 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.2...v3.12.4) Signed-off-by: dependabot[bot] --- website/Gemfile | 2 +- website/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/website/Gemfile b/website/Gemfile index 39d3081..c735671 100644 --- a/website/Gemfile +++ b/website/Gemfile @@ -11,7 +11,7 @@ gem 'rails', '~> 5.1.4' # Use mysql as the database for Active Record gem 'mysql2', '>= 0.3.18', '< 0.5' # 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/website/Gemfile.lock b/website/Gemfile.lock index c96b5ce..57dc848 100644 --- a/website/Gemfile.lock +++ b/website/Gemfile.lock @@ -74,7 +74,7 @@ GEM nio4r (2.2.0) nokogiri (1.10.5) mini_portile2 (~> 2.4.0) - puma (3.11.2) + puma (3.12.4) rack (2.0.8) rack-test (0.8.2) rack (>= 1.0, < 3) @@ -152,7 +152,7 @@ DEPENDENCIES coffee-rails (~> 4.2) listen (>= 3.0.5, < 3.2) mysql2 (>= 0.3.18, < 0.5) - puma (~> 3.7) + puma (~> 3.12) rails (~> 5.1.4) sass-rails (~> 5.0) spring-watcher-listen (~> 2.0.0)