From 9635e3630e114366acc5a8f5b633a7685c22549c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Aug 2020 22:52:57 +0000 Subject: [PATCH] Bump puma from 3.6.2 to 3.12.6 Bumps [puma](https://github.com/puma/puma) from 3.6.2 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.6.2...v3.12.6) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 1c4d629..1777e27 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ gem 'bootstrap-sass', '~> 3.3.6' gem 'bootstrap_form' gem 'bootswatch-rails' gem 'jquery-rails' -gem 'puma', '~> 3.0' +gem 'puma', '~> 3.12' gem 'rails', '~> 5.0.0', '>= 5.0.0.1' gem 'sass-rails', '~> 5.0' gem 'sqlite3' diff --git a/Gemfile.lock b/Gemfile.lock index a5944d9..fc5a1f9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -78,7 +78,7 @@ GEM nio4r (1.2.1) nokogiri (1.6.8.1) mini_portile2 (~> 2.1.0) - puma (3.6.2) + puma (3.12.6) rack (2.0.1) rack-test (0.6.3) rack (>= 1.0) @@ -169,7 +169,7 @@ DEPENDENCIES bootswatch-rails byebug jquery-rails - puma (~> 3.0) + puma (~> 3.12) rails (~> 5.0.0, >= 5.0.0.1) rspec-rails (~> 3.5) sass-rails (~> 5.0)