From bcbec4d4115e761bc9ed5371a66766b4e7a27cea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2019 13:54:19 +0000 Subject: [PATCH] Bump puma from 3.12.1 to 3.12.2 Bumps [puma](https://github.com/puma/puma) from 3.12.1 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.12.1...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 57c42ef2..74acb643 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ end gem 'rails', '~> 5.2.3' # Use Puma as the app server -gem 'puma', '~> 3.0' +gem 'puma', '~> 3.12' # respond_to methods have been extracted to the responders gem # http://edgeguides.rubyonrails.org/upgrading_ruby_on_rails.html#responders diff --git a/Gemfile.lock b/Gemfile.lock index eb402a48..baaa3e99 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -380,7 +380,7 @@ GEM slop (~> 3.4) psych (3.1.0) public_suffix (3.1.1) - puma (3.12.1) + puma (3.12.2) rack (2.0.8) rack-openid (1.3.1) rack (>= 1.1.0) @@ -681,7 +681,7 @@ DEPENDENCIES piwik_analytics (~> 1.0.1) prawn-qrcode prawn-rails - puma (~> 3.0) + puma (~> 3.12) rails (~> 5.2.3) rails-assets-bootstrap-markdown! rails-assets-bootstrap-select!