From ec26e50735e3d30093e4da868fc18cc4fe90e396 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2019 20:12:20 +0000 Subject: [PATCH] Bump puma from 3.6.0 to 3.12.2 Bumps [puma](https://github.com/puma/puma) from 3.6.0 to 3.12.2. - [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.6.0...v3.12.2) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index a19c9b1..0ce2a54 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ gem 'rails', '~> 5.0.0', '>= 5.0.0.1' # Use sqlite3 as the database for Active Record gem 'sqlite3' # Use Puma as the app server -gem 'puma', '~> 3.0' +gem 'puma', '~> 3.12' # Use SCSS for stylesheets gem 'sass-rails', '~> 5.0' # Use Uglifier as compressor for JavaScript assets diff --git a/Gemfile.lock b/Gemfile.lock index 8988567..e6694b6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -125,7 +125,7 @@ GEM nokogiri (1.6.8.1) mini_portile2 (~> 2.1.0) orm_adapter (0.5.0) - puma (3.6.0) + puma (3.12.2) pundit (1.1.0) activesupport (>= 3.0.0) rack (2.0.1) @@ -243,7 +243,7 @@ DEPENDENCIES jquery-ui-rails listen (~> 3.0.5) mini_magick - puma (~> 3.0) + puma (~> 3.12) pundit rails (~> 5.0.0, >= 5.0.0.1) rails-assets-tether (>= 1.3.3)!