From 60a16b6ca0265407cf4a5e34d44b1a79ef8efab7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2020 17:20:36 +0000 Subject: [PATCH] Bump puma from 2.8.2 to 3.12.2 Bumps [puma](https://github.com/puma/puma) from 2.8.2 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/v2.8.2...v3.12.2) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 82ee2a3..7bf5850 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' # Shared Gems gem 'rails', '4.1.7' -gem 'puma', '2.8.2' +gem 'puma', '3.12.2' gem 'faraday', '0.8.9' gem 'activeresource', '4.0.0' diff --git a/Gemfile.lock b/Gemfile.lock index ee83b68..4e71916 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -104,9 +104,8 @@ GEM octokit (3.2.0) sawyer (~> 0.5.3) phantomjs (1.9.7.1) - puma (2.8.2) - rack (>= 1.1, < 2.0) - rack (1.5.2) + puma (3.12.2) + rack (1.5.5) rack-protection (1.5.3) rack rack-test (0.6.3) @@ -215,7 +214,7 @@ DEPENDENCIES kramdown (= 1.4.0) octokit (= 3.2.0) phantomjs (= 1.9.7.1) - puma (= 2.8.2) + puma (= 3.12.2) rails (= 4.1.7) rspec-rails (= 3.1.0) sass (= 3.3.9)