From d65f7be48606b11596bc07b41867452d7dca4b64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Mar 2020 13:03:28 +0000 Subject: [PATCH] Bump puma from 3.11.4 to 3.12.4 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] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 36b421c..7e43943 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ gem 'jbuilder', '~> 2.5' gem 'jquery-rails' gem 'jquery_mask_rails', '~> 0.1.0' gem 'nokogiri', '~> 1.8.1' -gem 'puma', '~> 3.0' +gem 'puma', '~> 3.12' gem 'rails', '~> 5.0.0', '>= 5.0.0.1' gem 'rubocop', require: false gem 'sass-rails', '~> 5.0' diff --git a/Gemfile.lock b/Gemfile.lock index e20dc37..a3d6fed 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -104,7 +104,7 @@ GEM pg (1.0.0) powerpack (0.1.2) public_suffix (3.0.2) - puma (3.11.4) + puma (3.12.4) rack (2.0.5) rack-test (0.6.3) rack (>= 1.0) @@ -227,7 +227,7 @@ DEPENDENCIES listen (~> 3.0.5) nokogiri (~> 1.8.1) pg - puma (~> 3.0) + puma (~> 3.12) rails (~> 5.0.0, >= 5.0.0.1) rspec-rails rubocop